How can I strip out the text from within this "href" attribute?
Here is the input:
<span href="/test.htm¶me ter=2"></span>
What I'd like to get back is:
/test.htm¶me ter=2
Thanks!
Frank
Here is the input:
<span href="/test.htm¶me ter=2"></span>
What I'd like to get back is:
/test.htm¶me ter=2
Thanks!
Frank
Comment