Im using this regex
([^\.\?!«>…])</p>\s*<p[^>]*>
and replace it with
\1
But... this is NOT a replace all magic regex, you gave to go through one at a time. May be you need to add several other chatacters to the allowed ones like : or other quotation marks
|