Lodash.lowerFirst

Converts the first character of string to lower case.

struct Lodash
nothrow @trusted @safe ref
lowerFirst
()
()

Return Value

Type: auto ref

- Lodash chained on (string): the converted string.

Meta