Removing double space
I have a text riddled with double spaces between words. I'm using \w__\w to find the instances and it works OK, but I don't know what to put in the replace field.
For example, I'd like to replace "was__not" with "was not" using a regular expression.
Anyone?
|