9 lines
181 B
Text
9 lines
181 B
Text
|
|
require 'strings'
|
||
|
|
',' splitstring s
|
||
|
|
+-----+---+---+---+-----+
|
||
|
|
|Hello|How|Are|You|Today|
|
||
|
|
+-----+---+---+---+-----+
|
||
|
|
|
||
|
|
'.' joinstring ',' splitstring s
|
||
|
|
Hello.How.Are.You.Today
|