Updated 2012-10-28 21:23:16 by dkf

Released May 25, 1999

New Tcl subcommands edit

string bytelength
string equal
string is
string map
string repeat
string replace

Expanded syntax/new options edit

string compare ?-nocase? ?-length int? string1 string2
string first string1 string2 ?startIndex?
string index string end-integer
string last string1 string2 ?startIndex?
string match ?-nocase? pattern string
string tolower string ?first? ?last?
string totitle string ?first? ?last?
string toupper string ?first? ?last?

Donald Porter