String.FromHTML (gb.util)
Static Function FromHTML ( Html As String ) As String
Return the text contents of an HTML string, by removing all markups and entities.
At the moment only a few entities are handled: &, <, >, , ", ', and numeric entities beginning with &#.