Jump to content

Tokenize a string: Difference between revisions

added Io
m (Moved to Text cat)
(added Io)
Line 230:
=={{header|Groovy}}==
println 'Hello,How,Are,You,Today'.split(',').join('.')
 
=={{header|Io}}==
"Hello,How,Are,You,Today" split(",") join(".") println
 
=={{header|J}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.