$islower » History » Revision 2
Revision 1 (Per Amundsen, 08/06/2015 03:36 AM) → Revision 2/5 (Per Amundsen, 08/10/2015 09:15 AM)
_Added in 1.9.0_ *$islower(text)* Returns [[$true]] if text is all lower case otherwise else [[$false]]. *Parameters* text - Text to check. *Example* <pre> ; Check if 'text' is lowercase //if ($islower(text)) echo -ag text is lowercase </pre>