RosettaCodeData/Task/Tokenize-a-string/Pike/tokenize-a-string.pike

2 lines
41 B
Plaintext

("Hello,How,Are,You,Today" / ",") * ".";