Lowercase()

Returns the provided string using only lowercase letters.

The Lowercase() function has one parameter:

  • sourceString (string): Required. The string that you want to convert to lowercase characters.

To use the function, pass it a string that you want to convert to lowercase characters.

The example outputs the lowercase string.