Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 295 Bytes

File metadata and controls

12 lines (8 loc) · 295 Bytes

<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