Hey,
since many hours im trying to cut the page number of an ebook with the "footer remove" option.
	Code:
	4 <br>
 <br>
<hr>
<A name=5></a> <br>
PROLOG  <br>
 <br>
 This is the code i try to cut and i fail because there are multiple lines.
I have searched this board and many other regex, but didnt find a solution.
My tries so far:
	Code:
	(?m)(( <br>)(<hr>))
 
	Code:
	^((\d+ <br>)\n( <br>)\n(<hr>)\n(<A name=\d+</a> <br>))^
 I tried them in every possible constelation, but i think that this calibre regex blocks multiline?
Thanks for answers!