View Single Post
Old 04-12-2011, 01:48 PM   #7
Tharadalf
Junior Member
Tharadalf began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Apr 2011
Device: Kindle
Hello everyone,
I am also trying to remove page numbers, which in text look like this:
Code:
3 <br>
So I came up with this regexp:
Code:
^\d+ <br>$
but it is not working for me. What am I doing wrong?
Tharadalf is offline   Reply With Quote