Skip to main content
Version: 2.13

To 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.