Thursday, June 11, 2009

Java: RegEx to Remove HTML Tags

String noHTMLString = htmlString.replaceAll("\\<.*?\\>", "");

http://snippets.dzone.com/posts/show/4018

No comments:

Post a Comment