split(3tcl) Tcl Built-In Commands split(3tcl) ______________________________________________________________________________ NAME split - Tcl SYNOPSIS split string ?splitChars? ______________________________________________________________________________ DESCRIPTION splitChars splitChars string string splitChars string splitChars splitChars string SplitChars split "comp.unix.misc" . "comp unix misc" split "Hello world" {} "H e l l o { } w o r l d". SEE ALSO join(n), list(n), string(n) KEYWORDS list, split, string [] [] 2001/10/30 Linux man : http://cmpp.linuxforum.net man man https://github.com/man-pages-zh/manpages- zh Tcl split(3tcl)