Nur Nachman
Software, Music and Thoughts
About Me
Nur
Drum & Bass Producer, Software Developer, Love my Cats
View my complete profile
Blog
Xorcore
Now
How to remove HTML tags from a String
I am working a lot lately with parsing HTML, and needed a fast JAVA function for cleaning HTML tags. Found it on
Dzone
.
clean = html.replaceAll("\\<.*?\\>", "");
Newer Post
Older Post
Home