in my iOS application i want to take the url adress from this html string and display it on a UILabel. How can i do this
<a href="http://www.youtube.com/watch?v=689mBder" target="_blank" rel="nofollow nofollow" onmousedown="UntrustedLink.bootstrap($(this), "vAQELu2Ne", event, bagof({}));">click here to watch</a>
How can I extract the HREF value from an HTML string.
Here i want to get the value 'http://www.youtube.com/watch?v=689mBder ' ..