Convert a string from any convention to Pascal Case convention.
A string to be converted to Camel Case.
A string in PascalCase convention.
pascalCase('hello world'); // 'HelloWorld' Copy
pascalCase('hello world'); // 'HelloWorld'
Convert a string from any convention to Pascal Case convention.