Lodash.capitalize

Converts the first character of string to upper case and the remaining to lower case.

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

Return Value

Type: auto ref

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

Meta