|
I have a string of tokens separated by dots, eg "hello.1234.bye" How can I get something like ["hello","1234","bye"] |
Answered by
b1ek
Aug 17, 2024
Replies: 1 comment
Answer selected by
Ph0enixKM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you should use
splitfromstd/text