TO_PROPER_CASE

Returns the text being the ‘proper’ case representation of the provided text.

  • “bill sMith” becomes “Bill Smith”
  • “o’mailey” becomes “O’Mailey”

Attribute of the Plain Text type or string constant or calculation producing text

IF TO_PROPER_CASE (Account.Name) = 'John Smith' THEN ... 
  • Last modified: 2023/05/09 01:20