Skip to main content

TITLE

Capitalize the first letter of each word in a string

Example Usage

TITLE("the red fox") -> "The Red Fox"

Overview

Function signature
TITLE(value)

Category
String

Return data type
string

Arguments

NameDataTypeList Options                          Description
valuestringThe string to capitalize each word