coretextTo LowercaseVersion: NextOn this pageTo Lowercase Converts a string to lower case. Description Returns a new string containing the value of the string converted to lower case. Example: toLowerCase('Olympe') -> 'olympe' Inputs s (String): The string to convert. Outputs result (String): The resulting string.