Version 11 of textutil

Updated 2003-10-17 17:35:41

Documentation can be found at http://tcllib.sourceforge.net/doc/textutil.html

Contains for example the core of the template and macro processor expand. Released since Tcllib 1.2.

Module contains:

  • textutil::adjust string args
  • textutil::splitx string {regexp [\t \r\n]+}
  • textutil::tabify string {num 8}
  • textutil::tabify2 string {num 8}
  • textutil::trim string {regexp [ \t]+}
  • textutil::trimleft string {regexp [ \t]+}
  • textutil::trimright string {regexp [ \t]+}
  • textutil::untabify string {num 8}
  • textutil::untabify2 string {num 8}
  • textutil::strRepeat string num
  • textutil::expand Note: This command comes in its own package, textutil::expander. This package is used by doctools.

Category Package, subset Tcllib