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.