Skip to main content

CAPITALIZE

Capitalize the first letter of a word or string

Example Usage

CAPITALIZE("the red fox") -> "The red fox"

Overview

Function signature
CAPITALIZE(value)

Category
String

Return data type
string

Arguments

NameDataTypeList Options                          Description
valuestringString to convert the first character to upper case