View Single Post
Old 12-13-2015, 06:53 PM   #1
MiB
Junior Member
MiB began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Dec 2015
Device: iPhone
Getting rid of the footer text and page count

I'm converting a book from pdf, so I have a page footer with page count I want to loose.

I came up with:

Code:
<p class="calibre1"> <i class="calibre4">Title of the Book by Author</i> <i class="calibre4">[0-9]*</i></p>
and in my test app RegExRX this take any number in the i tag, like 1, 10, 22, 150, 2354 and so on in my source example text from the book.

It would seem Calibre didn't remove even one of these. Why? Doesn't Calibre support the regex above?
How can I make sure every occurrence throughout the book is removed?
MiB is offline   Reply With Quote