LOWER-CASE function

The LOWER-CASE function returns a character string containing the value of argument-1 with any uppercase letters replaced by their corresponding lowercase letters.

Format.

          FUNCTION LOWER-CASE ( argument-1 )