Version 5 of textutil

Updated 2001-12-10 19:32:33

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

Contains for example the core of the template and macro processor expand. (Not in a release yet, CVS head only).

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

Category Package, subset Tcllib