Quote:
Originally Posted by troll05
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 
|
I was explaining why I put a \ before the [
There are
magic characters that mean something to REGEX.
If you want to search for one of those, you must precede it with a \
to
escape the normal REGEX usage.