remove spaces after a comma
807598Jun 24 2006 — edited Jun 24 2006Hi,
I have a string that goes like this "abc, abc def, abcd,abc"
How do I specify that I want to remove only the space (if there is 1) after the comma and not the one in between "abc def"?
Thanks....