String
Camelcase

_.camelCase([string=''])

Converts string to camel case.

Arguments

[string=''] (string): The string to convert.

Returns

(string): Returns the camel cased string.

Example