'''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: * [string] * [string index] * [string wordend] ---- [Tcl syntax help] - [Category Command] - [Category String Processing]