Whatever message this page gives is out now! Go check it out!
UCase(string)Parameter | Description |
string | A string or a variable that contains one |
<cfscript>
string="the quick brown fox jumps over the lazy dog"
writeOutput(UCase(string))
</cfscript>