hi to all,
i have problem . i want to find out the url form acnchor tag which consist "title" tag in anchor tag.
example:
<a href="http://www.test.com" title="xyz">this is test</a>
how can i match the string and fetch url using regular expression.
thanks