android - How to extract string within these tags? -


i've got following string

string text = "<div align="center"><a href="http://www.ndtv.com/news/images/topstory_thumbnail/  shatrughan_sinha_agency_120.jpg"><img border="0" src="http://www.ndtv.com/news/images/topstory_thumbnail/shatrughan_sinha_agency_120.jpg" alt="2013-07-29-08-43-05" /></a></div><p><span style="font-size: large;">the bjp anoint narendra modi prime ministerial candidate 2014 elections , make formal announcement effect september.</span><br /><br /><span style="font-size: large;"> day after narendra modi appeared declare himself party's prime ministerial candidate, initiative him has not been welcomed bjp's bihar branch.  </span><br /><br /><span style="font-size: large;">bjp president rajnath singh today appeared bat gujrat chief minister narendra modi party's prime ministerial candidate , said congress' turn make clear choice of candidate top post.    </span><br /><br /></p>"; 

how remove foll string above string text?

<div align="center"><a href="http://www.ndtv.com/news/images/topstory_thumbnail/  shatrughan_sinha_agency_120.jpg"><img border="0" src="http://www.ndtv.com/news/images/topstory_thumbnail/shatrughan_sinha_agency_120.jpg" alt="2013-07-29-08-43-05" /></a></div> 


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -