Capitalizes the first letter of every significant word in a string, but leaves minor words (like "and", "the", "of") in lowercase unless they are the first or last word.
The input string.
The smart title-cased string.
Capitalizes the first letter of every significant word in a string, but leaves minor words (like "and", "the", "of") in lowercase unless they are the first or last word.