Thread: Regex examples
View Single Post
Old 03-05-2013, 11:59 AM   #199
ReaderRabbit
Member
ReaderRabbit began at the beginning.
 
ReaderRabbit's Avatar
 
Posts: 24
Karma: 10
Join Date: Mar 2011
Location: Colorado
Device: Cruz Tablet
Quote:
Originally Posted by Doitsu View Post
Assuming that each page number is preceded by a space, the following quick & dirty regex should work:

Code:
\d+</p>\s+<p class=".*?">
(Replace with nothing.)
Thanks so much! Works perfectly.

What about page numbers like this: <p class="calibre1">200</p>

I used to be able to find them with the 'Wildcard' search and replace. I am using version version 0.6.2 of Sigil. Where has that feature gone?

I ♥ brainiacs
ReaderRabbit is offline   Reply With Quote