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