Ns striphtml

From AOLserver Wiki
Revision as of 07:58, 11 June 2004 by WikiSysop (talk | contribs) (imported from WiKit id 680)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Man page: http://aolserver.com/docs/tcl/ns_striphtml.html


NAME

ns_striphtml - Remove HTML tags from a string

SYNOPSIS

ns_striphtml html

DESCRIPTION

Returns the contents of html with any HTML tags removed.

EXAMPLES

   % ns_striphtml "<MARQUEE direction='right'><BLINK>Hello World!</BLINK></MARQUEE>"
   Hello World!

Category Documentation - Category Core Tcl API