PROPER

Title cases a given string, making the first letter of each word uppercase.

Parameter List

Syntax
PROPER(text)
text

The text that will get the first letter of each word capitalized, and all others in lowercase.

Examples

PROPER("john peter smith") returns John Peter Smith