# Functions
Normalize returns a copy of the string s with the first word mapped to its title case.
NormalizeWithLanguage returns a copy of the string s with the first word mapped to its title case.
Title returns a copy of the string s with all Unicode letters that begin words mapped to their title case.
TitleWithLanguage returns a copy of the string s with all Unicode letters that begin words mapped to their title case.