Quote:
Originally Posted by pdurrant
So you want to find things like
<p class="calibre8"> <span class="calibre3"> — « There is a long sentence ending with a comma », said the man. « Then a second part of the blahblah dot »</span> </p>
and turn them into
<p class="calibre8"> <span class="calibre3"> — « There is a long sentence ending with a comma », said the man.</span> </p>
<p class="calibre8"> <span class="calibre3"> « Then a second part of the blahblah dot »</span> </p>
|
No, IF a descriptive sentence starts after two html marks <p class="> <span class="> AND I find later in the sentence dotspace«space , I want to grab it to insert CR and Em dash.
IF a Em dash starts after two html marks <p class="> <span class="> I avoid dotspace«space deeper in the sentence until the closing HTML marks.
Sorry for my poor description. Hope it's better.
Best regards