Type the following into a blank document
Something, Something Else, Noting, more, less
Then ctrl-h to find replace use ,* as the find what and a single space character (’ ’ without the quotes) in the replace with box. Hit replace all.
You’ll end up with something like the following
S o m e t h i n g S o m e t h i n g E l s e N o t i n g m o r e l e s s
I’m ending up with spaces between every character. Even tried escaping the comma ,* but got the same result. Is this as designed? How do I get it too just replace successive commas with a space?
Sublime 3103