I need to extract the web address from this string:
<p> Feb 24 - <a href="http://austin.daylife.org/apa/2867907745.html">$390 / 2br - 600ft² - Sleeps 4-Walk to SXSW-SOCO-Perfect Location</a> - <font size="-1"> (South 5th)</font> <span class="p"> pic</span></p>
How can I achieve the same using regular expression in C#?
Use this regular expression:
EDIT: Simpler expression: