manpagez: man pages & more
man textutil_string(n)
Home | html | info | man
textutil::string(n)



______________________________________________________________________________


NAME

       textutil::string - Procedures to manipulate texts and strings.


SYNOPSIS

       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...?

_________________________________________________________________


DESCRIPTION

       The package textutil::string provides miscellaneous string manipulation
       commands.

       The complete set of procedures is described below.

       ::textutil::string::chop string
              A convenience command. Removes the last character of string  and
              returns the shortened string.

       ::textutil::string::tail string
              A convenience command. Removes the first character of string and
              returns the shortened string.

       ::textutil::string::cap string
              Capitalizes the first character of string and returns the  modi-
              fied string.

       ::textutil::string::uncap string
              The  complementary  operation to ::textutil::string::cap. Forces
              the first character of string to lower case and returns the mod-
              ified string.

       ::textutil::string::longestCommonPrefixList list

       ::textutil::string::longestCommonPrefix ?string...?
              Computes  the longest common prefix for either the strings given
              to the command, or the strings specified in the single list, and
              returns it as the result of the command.

              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.



BUGS, IDEAS, FEEDBACK

       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://source-
       forge.net/tracker/?group_id=12883].  Please also report any  ideas  for
       enhancements you may have for either package and/or documentation.


SEE ALSO

       regexp(n), split(n), string(n)


KEYWORDS

       capitalize, chop, common prefix, formatting, prefix, string, uncapital-
       ize


CATEGORY

       Text processing



textutil                              0.7                  textutil::string(n)

Mac OS X 10.8 - Generated Fri Sep 14 16:02:07 CDT 2012
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.