Removing redundant spaces
Posted: Sat Jun 06, 2020 9:51 pm
I'm struggling to specify regex that will remove all strings of two or more spaces please?
For example, I want this:
to become this:
Terry
For example, I want this:
Code: Select all
The quick brown fox jumped... over the lazy dog.
And another line here.Code: Select all
The quick brown fox jumped...over the lazy dog.
And another line here.