-
I have a string of tokens separated by dots, eg "hello.1234.bye" How can I get something like ["hello","1234","bye"] |
Beta Was this translation helpful? Give feedback.
Answered by
b1ek
Aug 17, 2024
Replies: 1 comment
-
you should use |
Beta Was this translation helpful? Give feedback.
0 replies
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
split
fromstd/text