How would I match the URL in this
<a href="http://192.168.0.80/?cat=14 " target="_blank">
I want to match only http://192.168.0.80/?cat=14 without the
This is what i have so far:
http:\/\/[^\"]+
<a href="http://192.168.0.80/?cat=14 " target="_blank">
I want to match only http://192.168.0.80/?cat=14 without the
This is what i have so far:
http:\/\/[^\"]+