Converts string, as a whole, to upper case just like String#toUpperCase.
- Lodash chained on (string): the upper cased string.
See Implementation
Converts string, as a whole, to upper case just like String#toUpperCase.