Newer Version Available

This content describes an older version of this product. View Latest

lower()

Returns a copy of the string with all characters in lower case.

Syntax

lower(string)

Usage

Returns null if string is null.

Example