Return to v1.4.5 docs

titleize()



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

Name Type Required Default Description
word string Yes The text to turn into a title.
#titleize("Wheels is a framework for ColdFusion")#
-> CFWheels Is A Framework For ColdFusion