I am new to iphone development.I am using RegexkitLite framework to parse and retrieve the Particular content from the Html source.I want to retrieve the content in the attribute tag.How should i give regex to achieve it.The Tag is
<a href="http://www.stackoverflow.com" class="11-link-dkred-bold">This is stack overflow HTML</a>
I want to retrieve href content and value between the and tag.Please help me out.Thanks.