Quote:
Originally Posted by Doitsu
If most paragraphs end in </span>, you could search for:
[^.]+</span></p>
This regex should find end of paragraph tags preceded by a </span> tag and one or more characters that are not a period.
|
Thanks again, but that's finding every paragraph that ends in anything but a period - such as
.”</span></p> Is there no way of isolating paragraphs which end with no punctuation?