ISLOWER

The ISLOWER function will check that the expression consists of entirely lower case characters.

COMMAND SYNTAX

    ISLOWER(expression)

SYNTAX ELEMENTS

The expression can return a result of any type. The ISLOWER function will then return TRUE (1) if the expression consists of entirely lower case characters. The function will return FALSE (0) if the expression contains any characters, which are not lower case characters.

INTERNATIONAL MODE

When the ISLOWER function is used in International Mode the properties of each character is determined according to the Unicode Standard

Last update: Sat, 16 Jul 2022 15:34