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