StringTolower_.toLower([string='']) Converts string, as a whole, to lower case just like String#toLowerCase. Arguments [string=''] (string): The string to convert. Returns (string): Returns the lower cased string. Example StartswithToupper