Quote:
Originally Posted by theducks
Regex Search:
<span>\[\d+\]</span>
That is everything, including any amount of digits between the square brackets.
You have to 'escape' the brackets as they mean range/set in normal usage
([a-f] = a single letter in the set: a through f )
|
Thanks, works fine, although I have no clue what you mean with the second part, but it's enough to delete this annoying page numbers