How to print the string value in uppercase ?
Ask by Anonymous User
Updated 18 Sep 2020
<cfset name="john">
<cfset name=Uase(name)>
<cfoutput>#name#</cfoutpt>