Tokenize a string: Difference between revisions

no edit summary
No edit summary
 
No edit summary
Line 1:
{{task}}
Separate the string "Hello,How,Are,You,Today" by commas into an array so that each index of the array stores a different word. Display the words to the 'user', in the simplest manner possible, separated by a period. To simplify, you may display a trailing period.
 
==[[Perl]]==
[[Category:Perl]]
'''Interpreter:''' [[Perl]] any 5.X
 
 
 
==[[Ruby]]==
Anonymous user