ProperCase
Returns an input string with the first letter of each word in uppercase and the subsequent letters in lowercase.
Inputs
ProperCase(string)
string
- A text value
Returns an input string with the first letter of each word in uppercase and the subsequent letters in lowercase.
ProperCase(string)
string
- A text value