I have an NSString
@"<a data-poload="/do/usertooltip?id=25203-75736572" data-placement="right">@Some Name</a>".
I want to extract the value between the <a> </a>
tag. (i.e. @Some Name)
and the elements value (i.e /do/usertooltip?id=25203-75736572,
right`)
How can I do this in iOS?