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