Hi everyone.
I have trouble translating simple expression into regular
yahoo.com/*?
->
/yahoo\.com.*\?*(?!#DIV)/
/yahoo\.com(.*\?*)(?!#DIV)/
no one of this expressions working
can anyone help me with this..
yahoo.com/*?
You got pretty much the right idea.. from just looking at that I guess your trying to block yahoo's div?
Code: Select all
/yahoo\.com.*\?.*\#DIV/