PROPER
Convert text strings to proper case
Last updated
Was this helpful?
Convert text strings to proper case
PROPER( text )
Returns input string(s) to proper case (ie. title case).
Input
Description
text
Text value(s) to convert to title case.
String(s) in title case.
PROPER("john doe")
>> "John Doe"Last updated
Was this helpful?
Was this helpful?