So I was just wondering how I would extract http://www.google.com
from the following string:
<div class="asdf"><a href="http://www.google.com">
Let's say I had a huge string with a bunch of links in there, and I wanted to extract all of the links within the a href
's quotation marks, how would I do that?