I am new in Android now want how find anchor link tag from strings for example I have string like this which have some discrption and link
string product_distription="Buy this awesome " Thumb Design Mobile OK Stand Holder Universal For All
here input
<a href="http://stackoverflow.com" >Buy now</a>
"
ouput: http://stackoverflow.com
Now only want extract link only from this string becuase I have app which have descrption link coming from PHP & MySQL and show in Android textview with link so now I only want know if discrption including any HTML anchor tag it will extract from the discrption only can extract not whole discrption only show this link