Capitalises each word in the specified string, also treating underscore separated and camel case strings as a series of words.
a string of words to be titleised.
a copy of words where each word starts with an uppercase character.
Capitalises each word in the specified string, also treating underscore separated and camel case strings as a series of words.