Description
Returns TRUE if string is in upper-case
Syntax
IS_UPPER(s1)
· s1: a string
Example
IS_UPPER(“Hello World”) ® FALSE
IS_UPPER(“HELLO WORLD”) ® TRUE