I'm trying to extract two thigns from this.. 1. the URL and 2. the site name - title (the <b> should be ingore or returned with that match..<h2 class=a><a href="http://urlhere" class=b><b>Site Name</b> - Site Title</a></h2>
This is what I have for the URL
Code: Select all
/<h2 class=a><a href="(.*?)" class=b>/