Lodash.lowerCase

Converts string, as space separated words, to lower case.

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

Return Value

Type: auto ref

- Lodash chained on (string): the lower cased string.

Meta