Version 2 of string wordstart

Updated 2003-10-17 15:53:50

string wordstart string charIndex

Returns the index of the first character in the word containing character charIndex of string. charIndex may be specified as for the index method. A word is considered to be any contiguous range of alphanumeric (Unicode letters or decimal digits) or underscore (Unicode connector punctuation) characters, or any single character other than these.


See also:


Tcl syntax help - Category Command