Miscellaneous
titleize()
Signature
Section titled “Signature”titleize() — returns any
Description
Section titled “Description”Capitalizes all words in the text to create a nicer looking title.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
word | string | yes | — | The text to turn into a title. |
Examples
Section titled “Examples”#titleize("Wheels is a framework for ColdFusion")#
-> CFWheels Is A Framework For ColdFusion