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