The Sidef programming language
More
Search
Ctrl + K
Tokenize a string
Copy
'Hello,How,Are,You,Today'
.
split(
','
)
.
join(
'.'
)
.
say
Previous
Time a function
Next
Tokenize a string with escaping
Last updated
1 year ago