Converts a string to camelCase format.
The string to convert.
The camelCased string.
camelCase('hello world'); // 'helloWorld' Copy
camelCase('hello world'); // 'helloWorld'
Converts a string to camelCase format.