LOWER

Description

LOWER takes a text and turns each letter into the lowercase version of itself.

Example

LOWER('Hello World')

will result in "hello world".

Last updated