Format a string to title case.
The string to format
The formatted string
titleCase("hello_world") // "Hello world" Copy
titleCase("hello_world") // "Hello world"
Format a string to title case.