The Sidef programming language
Ctrl
K
Copy
Programming tasks
T
Tokenize a string
Copy
'Hello,How,Are,You,Today'
.
split
(
','
)
.
join
(
'.'
)
.
say
Previous
Time a function
Next
Tokenize a string with escaping
Last updated
2 years ago
Was this helpful?