Quote:
Originally Posted by user_none
Hm... It could be an extra space somewhere between the -s. As long as there are no spaces between the numbers themselves this should work:
|
Nope, doesn't work. I tried this:
"-\s*\d.+-"
That seems to work ...
What RE could I use for "normal" page numbers e. g. 1, 2, 3 ...?
I want to avoid removing numbers from the document, so I need something like "remove any number from one to three digits on a single line". Could you please give me a hint?