Quote:
Originally Posted by mikapanja
<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>
|
Here's a thought: Use what I've already given you to replace all the spaces with something that doesn't occur in the text, e.g. ∀.
Then find ∀, and do whatever you want at each match.