Remove HTML tags from a string

Just stumbled on this little, but usefull, method.

Web::stripHTML(...) removes HTML tags from a string and returns the actual text of the HTML string.

The HTML must be fairly simple though.

This posting is provided "AS IS" with no warranties, and confers no rights.