Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
-
Hajdar
- Posts: 14
- Joined: Fri Jun 13, 2008 8:18 am
Post
by Hajdar »
Hi, I want make a filter can block all serie of number :
/adv1.html
/adv2.html
/adv3.html
/adv4.html
/adv5.html
/adv24.html
/advc2.html
/advb1.html
etc...
Thanks

-
Wladimir Palant
Post
by Wladimir Palant »
Let's try the simple first:
Will that do?
-
Hajdar
- Posts: 14
- Joined: Fri Jun 13, 2008 8:18 am
Post
by Hajdar »
this filter not block any page ?
exemple:
"/advance.html"
"/advisor.html"
?
-
Wladimir Palant
Post
by Wladimir Palant »
Ok, regular expressions then:
This will block "/adv" followed but one letter (optional) and some digits.
-
Hajdar
- Posts: 14
- Joined: Fri Jun 13, 2008 8:18 am
Post
by Hajdar »

Why I have a "!" ?
-
Wladimir Palant
Post
by Wladimir Palant »
Because regular expressions aren't recommended - for performance reasons.