RosettaCodeData/Task/Tokenize-a-string/TXR/tokenize-a-string-3.txr

3 lines
89 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
txr -p '(cat-str (split-str "Hello,How,Are,You,Today" ",") ".")'
Hello.How.Are.You.Today