<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
<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