Skip to main content
Version: Next

To Uppercase

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'

Inputs

  • s (String): The string to convert.

Outputs

  • result (String): The resulting string.