Converts a string to start case, replacing word separators with spaces and capitalizing the first letter of each word.
The input string.
The start cased string.
Converts a string to start case, replacing word separators with spaces and capitalizing the first letter of each word.