Converts the first character of each word in a string to uppercase and the remaining characters to lowercase.
Start case is the naming convention in which each word is written with an initial capital letter.
The string to convert.
The converted string.
Alias