Lodash.upperFirst

Converts the first character of string to upper case.

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

Return Value

Type: auto ref

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

Meta