Converts a string to upper case.
Description
Returns a new string containing the value of the string converted to upper case.
Example: toLowerCase('Olympe') -> 'OLYMPE'
- s (String): The string to convert.
Outputs
- result (String): The resulting string.