View Single Post
Old 12-06-2013, 08:04 AM   #8
magmanpi
Enthusiast
magmanpi can extract oil from cheesemagmanpi can extract oil from cheesemagmanpi can extract oil from cheesemagmanpi can extract oil from cheesemagmanpi can extract oil from cheesemagmanpi can extract oil from cheesemagmanpi can extract oil from cheesemagmanpi can extract oil from cheese
 
Posts: 30
Karma: 1000
Join Date: Nov 2012
Device: none
Quote:
Originally Posted by DiapDealer View Post
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!
magmanpi is offline   Reply With Quote