ns_striphtml - Remove HTML tags from a string
Returns the contents of html with any HTML tags removed.
% ns_striphtml "<MARQUEE direction='right'><BLINK>Hello World!</BLINK></MARQUEE>" Hello World!