Tokenize a string: Difference between revisions

No edit summary
Line 1,898:
["Hello" "How" "Are" "You" "Today"]
 
>> periods: replace/all form tokens " " "." ;The word FORM converts the list series to a string removing quotes.
>> print periods ;than REPLACE/ALL spaces with period
>> print periods
Hello.How.Are.You.Today</lang>
 
Anonymous user