Quote:
Originally Posted by DiapDealer
No. Regex is completely separate and independent of Sigil. It uses the PCRE flavor of regex, so just look for a tutorial somewhere. Such as http://www.regular-expressions.info/
I would probably leave the closing span in there (who knows what css class may be assigned to the opening tag), but do something very similar.
Code:
—</span></p>\s+<p class="calibre2">
Replace with "—</span>" or "—</span> " (without the quotes of course).
|
Thank you very much for all the help, DiapDealer. I appreciate you sharing your knowledge. Now I'm off to check out your regex link!