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