toTitleCase
Convert a string to title case (capitalize first letter of each word). Alias for titleCase.
string(required): the string to convert
utlx
toTitleCase("hello world") // "Hello World"