I need help writing a regular expression for a webpage to extract some data. The webpage is: http://www.city-data.com/city/Addison-Texas.html
I want to return "Dallas" from this bit of html code:
<a href="/county/Dallas_County-TX.html">Dallas County</a>
</p>
<b>Population in 2012:</b>
This is the regular expression I have written so far, but it does not seem to work. Any idea what I did wrong?
(">(.)/sCounty</a>\n</p>\n<b>Population in 2012:</b>")