Quote:
Originally Posted by davidfor
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.
|
This works, BUT, it also returns the 1st char of the following word - see image
How then do I exclude the unwanted chars in the replace field? i've got no idea what the \1 \2 means