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