You are viewing documentation for v1.1.x. Change

titleize()

Description

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

Function Syntax

titleize(word)

Parameters

Parameter Type Required Default Description
word string Yes The text to turn into a title.

Examples

#titleize("Wheels is a framework for ColdFusion")#
->
Wheels Is A Framework For ColdFusion