Quote:
Originally Posted by mikapanja
@ Phssthpok
Excellent, many thanks!
<nitpicking> Your solution matches the whole line, everything between the opening and closing tags containing multiple spaces (which in itself is very useful).
Could you perhaps come up with a regex that matches such spaces only?</nitpicking>
|
Nope!
But I assume that it's the spaces you want to replace --and what I gave you will at least do that. The replacement string replaces them with a single space, which I assumed was what you wanted.