Hi, I am using the Text Replace Module to help remove the SPACE after a comma in a string of text…
Below is my module
I have a literal space after the , in Pattern…
I also tried Regex:
/,\s?/
The regex isn’t working either.
Thanks in advance for your help