Mark's Tech Stuff
Programming solutions, source code, solutions to tech problems and other tech related stuff.
Friday, September 05, 2008
Regular Expression in Java to Strip HTML Tags
Regular Expression in Java to Strip HTML Tags; just for my own reference:
sMyString = sMyString .replaceAll("\\<.*?>","");
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)