-
The current system joins the numbers. For example if a string goes like five twenty six, it returns 5 and 26. Any way to stop it from joining 20 and 6 together, so the output be 5 20 6? |
Beta Was this translation helpful? Give feedback.
Answered by
tellarin
Aug 25, 2021
Replies: 2 comments
-
Unofrtunately this functionality is not available and not in the planned roadmap. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tellarin
-
You could split the input into words and then handle each word separately. This should do the trick. hth |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unofrtunately this functionality is not available and not in the planned roadmap.