Page 1 of 1

block oas

Posted: Sun Sep 25, 2005 2:29 am
by Chancey
How do I block "oas" but not toast, roast boast coast, or oases just OAS

Code: Select all

/oas[^w$]/
still doesn't do it for me.

Re: block oas

Posted: Sun Sep 25, 2005 2:33 am
by Guest
Chancey wrote:How do I block "oas" but not toast, roast boast coast, or oases just OAS

Code: Select all

/oas[^w$]/
still doesn't do it for me.
Excluding toast boast oases ect ect, but catching anything like oas_ads, oasads or oascookies

Posted: Sun Sep 25, 2005 2:35 am
by Guest

Posted: Sun Sep 25, 2005 2:39 am
by Guest

Code: Select all

/\#.*(oas[^w$!])/
This code works for me I think..

Posted: Sun Sep 25, 2005 2:40 am
by Guest

Code: Select all

/\#.*(oas[^w$!])/
This code works for me I think..

Posted: Fri Dec 09, 2005 3:20 pm
by Guest
I use the non regex wildcards

Code: Select all

http://oas.*
http://oascentral*
with no problems