textutil::string(n) | Text and string utilities, macro processing | textutil::string(n) |
textutil::string - Procedures to manipulate texts and strings.
package require Tcl 8.2
package require textutil::string ?0.7?
::textutil::string::chop string
::textutil::string::tail string
::textutil::string::cap string
::textutil::string::uncap string
::textutil::string::longestCommonPrefixList list
::textutil::string::longestCommonPrefix ?string...?
The package textutil::string provides miscellaneous string manipulation commands.
The complete set of procedures is described below.
If no strings were specified the result is the empty string. If only one string was specified, the string itself is returned, as it is its own longest common prefix.
This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category textutil of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation.
regexp(n), split(n), string(n)
capitalize, chop, common prefix, formatting, prefix, string, uncapitalize
Text processing
0.7 | textutil |