LCase()
Converts the alphabetic characters in a string to lowercase.
LCase( string=string );
Returns: String
Examples
// create variable with a string of text
foo = "Hello World!";
// output variable in lower case
writeOutput(LCase(foo));
See also
- Strings
- LSLCase()
- UCase()
- string.lCase()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)