Regex help #21897
Regex help
#21897
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
UPDATE - Found a way to solve (see end of post)
Hello all,
I am trying to understand how to use regex but I just can't figure it out.
What I want to do is pass a string and get a returned string that replaces - and _ with spaces. Also each word to be separated by one space only.
From the code I am trying to get the result: test one two fold
Here is where I have got to but I just don't know how to get regex to work:
Solution found
Beta Was this translation helpful? Give feedback.
All reactions