Last updated 21 days ago
Was this helpful?
Uppercase a string
Result: bldocs rock
LCase(string=[string])
string
true
The string to uppercase
lCase( "BLDocs Rock" );
// create variable with a string of text foo = "Hello World!"; // output variable in lower case writeOutput( LCase( foo ) );