Hi,
I'm can't get a regex to work.
What I have now is:
This gets all the links, but what I need is a expression that gets the all links except if image links or .exe
http://www.namepros.com/images/logo-60.gif - Bad
NamePros - Buy, Sell, Discuss Domain Names - OK
I will reward the solution with a few bucks in paypay
Thanks
I'm can't get a regex to work.
What I have now is:
Code:
https?:\/\/[^\s\)\"]*
This gets all the links, but what I need is a expression that gets the all links except if image links or .exe
http://www.namepros.com/images/logo-60.gif - Bad
NamePros - Buy, Sell, Discuss Domain Names - OK
I will reward the solution with a few bucks in paypay
Thanks








