Character case

The ColdFusion Server is case-insensitive. For example, the following all represent the cfset tag: cfset, CFSET, CFSet, and even cfsEt. However, you should get in the habit of consistently using the same case rules in your programs; for example:

If you follow these rules, you will prevent errors on application pages where you use both CFML and case-sensitive languages, such as JavaScript,

Comments