Quote:
Originally Posted by theducks
Code:
\s{3,}</p> ;3 or more before a P
\s also matches newlines, so the requirement for the closing p tag
|
Yes, but what if there were spaces non-adjacent to the closing (or opening) tags?
And what if it was another pair of tags?
I.e. is there a generic regex which would find multiple spaces in
any position between
any opening and closing tags?