_Added in 1.9.0_ *$islower(text)* Returns [[$true]] if text is all lower case otherwise [[$false]]. _See also [[$upper]], [[$lower]], [[$isupper]]._ *Parameters* table(ktable). |*Parameter*|*Description*| | text | Text to check. | *Example*
; Check if 'text' is lowercase.
//if ($islower(text)) echo -ag text is lowercase