Skip to content

LOWER

Returns the input string converted to lowercase.

js
LOWER(input_string)
LOWER(input_string)

Parameters

  • input_string - The string to be converted to lowercase.

Examples

js
LOWER("Hello World")
LOWER("Hello World")

Result: hello world