Lodash.toLower

Converts string, as a whole, to lower case just like String#toLowerCase.

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

Return Value

Type: auto ref

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

Meta