Matching a URL with Regex?
Posted: Mon Jan 22, 2007 8:13 am
I need to match the following:
<a href="(url)" title="do not need">(description)</a>
I want to pull the URL and description from the URL, and I need it to work whether there is a title tag or not.
Anyone feel like helping me out?
<a href="(url)" title="do not need">(description)</a>
I want to pull the URL and description from the URL, and I need it to work whether there is a title tag or not.
Anyone feel like helping me out?