Converts String, as space separated words, to lower case.
String
String lowerCase(String string) => _lowerCase(string);