Are there any standard functions or libraries that will strip all HTML from a string?
e.g.
(StripHTML("<b>hello</b>")) would return "Hello"
Are there any standard functions or libraries that will strip all HTML from a string?
e.g.
(StripHTML("<b>hello</b>")) would return "Hello"