LCase

<evalcmd> LCase && string && Lower-case string. && string && string && Input string to lower-case. </evalcmd>

Returns string converted to lower-case.

//Example://

Output( LCase("Hello World") );
--> hello world

See also: capitalize ucase

最后更新于