Quote:
Originally Posted by Sarmat89
Use
(?<=\p{Ll})</p>\s*<p class="...">
|
That doesn't work for me and I can't work put what the look behind is supposed to do.
I use:
Code:
([\w,—])</p>\s*<p\s*[^>]*?>([\w])
with the replace of:
It doesn't catch everything (it probably should have the other types of dash) but it catches most.