Takes a single parameter, Source
Description:
Strips out all of the element tags including their attributes, leaving just the inner text.
Example:
[New] Test = "[h1]My Header[/h1]"[New] Test2 = HtmlToText$ TestHtml Test2
[New] Test = "[h1]My Header[/h1]"[New] Test2 = HtmlToText$ Test
Html Test2
Returns "My Header"