I want just to get the url of:
<a href="http://www.wikipedia.org">The linked text</a>
and I did a regex but I don't understand why it does not work. I'd be interested to understand how to correct this.
href = "([^"])" [^>]* > ([^<]*)
I want just to get the url of:
<a href="http://www.wikipedia.org">The linked text</a>
and I did a regex but I don't understand why it does not work. I'd be interested to understand how to correct this.
href = "([^"])" [^>]* > ([^<]*)