Lodash.toUpper

Converts string, as a whole, to upper case just like String#toUpperCase.

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

Return Value

Type: auto ref

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

Meta