Skip to content

Miscellaneous

titleize()

titleize() — returns any

Capitalizes all words in the text to create a nicer looking title.

NameTypeRequiredDefaultDescription
wordstringyesThe text to turn into a title.
#titleize("Wheels is a framework for ColdFusion")#
-> CFWheels Is A Framework For ColdFusion