Quote:
Originally Posted by user_none
Also, you might find this useful.
|
Same effect, only one and three digit numbers are removed. Any ideas?
If I use "\d{1,3}" all the page numbers are removed, but naturally the hyphens stay behind.
If I use "- \d{1,3} -" all page numbers including hyphens are removed without the page numbers that have two digits.