Difference between revisions of "Ns striphtml"

From AOLserver Wiki
Jump to navigation Jump to search
(imported from WiKit id 680)
 
(No difference)

Latest revision as of 07:58, 11 June 2004

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