3 lines
90 B
Text
3 lines
90 B
Text
|
|
let words = String.split_on_char ',' "Hello,How,Are,You,Today" in
|
||
|
|
String.concat "." words
|