Tokenize a string: Difference between revisions

no edit summary
No edit summary
Line 412:
</lang>
 
=={{header|Arturo}}==
 
{{trans|D}}
 
<lang arturo>str "Hello,How,Are,You,Today"
 
print $(join $(split str ",") ".")</lang>
 
{{out}}
 
<pre>Hello.How.Are.You.Today</pre>
 
=={{header|Astro}}==
1,532

edits