Is there an existing Java library which provides a method to strip all HTML tags from a String? I'm looking for something equivalent to the strip_tags function in PHP.
I know that I can use a regex as described in this Stackoverflow question, however I was curious if there may already be a stripTags() method floating around somewhere in the Apache Commons library that can be used.