Ns paren

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

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


NAME

ns_paren - Surround string with parentheses

SYNOPSIS

ns_paren string

DESCRIPTION

This command returns string inside left and right parentheses, unless string is the empty string, for which an empty string is returned.

EXAMPLES

   % ns_paren "Hello World!"
   (Hello World!)

Category Documentation - Category Core Tcl API