String
Lowerfirst

_.lowerFirst([string=''])

Converts the first character of string to lower case.

Arguments

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

Returns

(string): Returns the converted string.

Example

Deep