Android

remove html tag

aucd29 2013. 10. 8. 14:44
http://stackoverflow.com/questions/3290169/remove-html-tags-while-readin-data-from-xml-file-using-android

[code]
replaceAll("<(.|\n)*?>","");
[/code]