lCase

Converts the alphabetic characters in a string to lowercase.

lCase(String) → returns string

Argument Reference

String string
Required

Examples
Sample code invoking the lCase function

lCase('CFDocs Rock')

Expected Result: cfdocs rock

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub