Navigation: Function Index > I
ISLOWER
(ISLOWER(value))
Checks the first character of a TEXT string. The function returns a 1 if true and a 0 if false. For example, (ISLOWER('abc')) would return 1 because the first character is lower case.