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
Name | DataType | List Options | Description |
---|---|---|---|
value | string | String to convert the first character to upper case |