_Added in 1.9.0_ *$isupper(text)* Returns [[$true]] if text is all upper case else [[$false]]. *Parameters* text - Text to check. *Example*
; Check if 'TEXT' is uppercase
//if ($isupper(text)) echo -ag text is uppercase