PROPER

Convert text strings to proper case

PROPER( text )

Returns input string(s) to proper case (ie. title case).

Arguments

Input

Description

text

Text value(s) to convert to title case.

Output

String(s) in title case.

Example

PROPER("john doe")
>> "John Doe"

Last updated