Quote:
Originally Posted by mmholt
Thanks for all the details. I still don't understand the "Replace with". How does that remove the space?
|
I think that should be (a back reference for each match)
\1\2
Since the spac between other match elements is not in side a reference (), it will be
lost when replacing only the 2 back references.