View Single Post
Old 02-13-2011, 11:57 AM   #1
naro_c
Junior Member
naro_c began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Feb 2011
Device: Kindle 3
Search and Replace problem

Hello,
I'm converting PUB -> MOBI and I want to remove simple expression (page numbers). This is what I did:

1) Select book, click at Convert books, click at Search and Replace
2) Click at wizard for the First expression
3) Search for piece of code I want to replace:

Code:
..... Přes svou drobnou postavu</p>
<p><i>11</i></p>
<p>byl urostlý, elegantní, přívětivý,.....
so my regular expression is:

Code:
<i>\d+</i>
4) test it, search Previous/Next expression works fine. There is 691 occurrences
5) Click OK (close Test window); click OK (start conversion)
6) After conversion finishes, click at MOBI variant and check generated output. Unfortunately, the page numbers are still present.

Any ideas?
naro_c is offline   Reply With Quote