contents.gifindex.gifprev1.gifnext1.gif

pueblo00000000.gif TinTin #tolower command

This command allows you to convert a string to its lower-case equivalent and then assign that string to a variable. For more information on variables, see the #variable command.

Command syntax

#tolower {var} {string}

This format will set the value of the variable $var to string, after converting string to lower case. Any previous value of $var is lost.

Example

The following code:

#tolower temp {I love E.E. Cummings!}

say $temp

Will result in you saying:

i love e.e. cummings!

Also see

TinTin wildcards

#toupper

#variable

#unvariable