Ns paren

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