Re: case conversion



I'm new at TCL and have been reading the Expect book. However, I missed this
option. I had it working by calling "sed" via the exec command but it just
wasn't "clean". Thank you all for the help. The following worked great.

set system [string tolower $arg1]



"gbarn" <gbarnette@xxxxxxxxxxxx> wrote in message
news:ps6dnUKomPcC_7DZnZ2dnUVZ_sydnZ2d@xxxxxxxxxxxxxxx
Need to convert all upper case letters in a random string to lower case.
Any
help?

A random string could be "aB23ccMMq".

Thank you




.