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

capitalize()

Description

Returns the text with the first character converted to uppercase.

Function Syntax

capitalize(text)

Parameters

Parameter Type Required Default Description
text string Yes Text to capitalize.

Examples

<!--- Capitalize a sentence, will result in "Wheels is a framework" --->
#capitalize("wheels is a framework")#