I have been able to remove part of a footer during conversion. The regex builder shows me:
which works when using:
Code:
<b>Page \d+</b><br>
But this leaves an blank line in the text for every removal.
The full header actually is:
Code:
<b>Page 1</b><br>
<hr>
which is on two lines, where the HR leaves a blank line in the converted file.
I can get regex to see either line correctly, which will remove either the page number or the blank line.
But I have no clue how to get both lines recognized together.
Can someone please give me the correct incantation to link these two lines????