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