Thread: Remove Footer
View Single Post
Old 03-12-2010, 06:18 AM   #41
matthias
Enthusiast
matthias has a spectacular aura aboutmatthias has a spectacular aura aboutmatthias has a spectacular aura aboutmatthias has a spectacular aura aboutmatthias has a spectacular aura aboutmatthias has a spectacular aura aboutmatthias has a spectacular aura aboutmatthias has a spectacular aura aboutmatthias has a spectacular aura aboutmatthias has a spectacular aura aboutmatthias has a spectacular aura about
 
Posts: 25
Karma: 4212
Join Date: Nov 2009
Location: South Tyrol, Italy
Device: Sony Reader PRS-505
Hello kristarella,

to make the wizard highlight it AND remove it you'll have to modify your regex a little bit, but it works. simply use the following regex

Code:
(<p>Page\s*\d+\s*</*p>)
OR

Code:
(<p>Page\s*\d+\s*<(/)*p>)
(notice that both will work in the same way)

only thing changed since my last post is the "/*", which will allow the wizard to highlight the found therm, even if the "/" is in the tag, but it removes the found therm also if its not there, so it'll work for the preview and for the conversion.

i hope this will help to get your conversions done as comfortable as possible.

Last edited by matthias; 03-12-2010 at 06:20 AM.
matthias is offline   Reply With Quote