_Added in 1.9.0_ *$islower(text)* Returns [[$true]] if text is all lower case otherwise [[$false]]. *Parameters* text - Text to check. *Example*
; Check if 'text' is lowercase.
//if ($islower(text)) echo -ag text is lowercase