Quote:
Originally Posted by Steadyhands
Note you will have to change the xxxx to whatever your paragraph style and there is a space after the \1
|
No, change the xxxx\d+

. (This may be why ReaderRabbit was no successful, as it certainly would lead to failure if the class does not have trailing numbers. Like in the example given: "indent".)
It woud be better to use a catchall like
Find:
Code:
((Mr|Mrs|Dr|other)\.)</p>\s*<p( [^>]*)?>
Replace:
(space after the 1)