Convert a string from any convention to Camel Case convention.
A string to be converted to Camel Case.
A string in camelCase convention.
camelCase('hello world'); // 'helloWorld' Copy
camelCase('hello world'); // 'helloWorld'
Convert a string from any convention to Camel Case convention.