Ns striphtml

From AOLserver Wiki
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