Edit

Proper (string)

Result Type: Text

Definition: Returns string with the first letter of every word capitalised, and all other characters in lower case.

Examples:  Proper("JOSEPH SMITH")

returns “Joseph Smith”.

See Also:

Lower: Lowercase a string

Upper: Uppercase a string