TO_PROPER_CASE
Description
Returns the text being the ‘proper’ case representation of the provided text.
- “bill sMith” becomes “Bill Smith”
- “o’mailey” becomes “O’Mailey”
Parameters
Attribute of the Plain Text type or string constant or calculation producing text
Example
IF TO_PROPER_CASE (Account.Name) = 'John Smith' THEN ...