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'
- s (String): The string to convert.
Outputs
- result (String): The resulting string.