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