Converts string, as space separated words, to lower case.
string
The string to convert.
Returns the lower cased string.
toLowerCase('Hello, world!')// => 'hello world' Copy
toLowerCase('Hello, world!')// => 'hello world'
Converts
string
, as space separated words, to lower case.