Converts a string to title case.
the input string
the title cased string
console.log(titleCase('hello world')); // 'Hello World' Copy
console.log(titleCase('hello world')); // 'Hello World'
Generated using TypeDoc
Converts a string to title case.