3 lines
75 B
Text
3 lines
75 B
Text
|
|
$str = Hello,How,Are,You,Today
|
||
|
|
fn.println(fn.join(\., fn.split($str, \,)))
|