Skip to main content

Overview

This function returns all characters in a given string as lowercase.

Parameters

lowercase(string)
  • String: The original string.

Example

lowercase("Hello World")
Returns "hello world".