

          csubstr string first length
               Returns a range of characters from string starting at
               first (zero-based) for length characters.  The special
               keyword end may be specified for length to indicate
               that the remainder of the string is to be extracted.
               This command is a short cut for:
                   string range string first [expr length-1]
