Actions
$islower » History » Revision 1
Revision 1/5
| Next »
Per Amundsen, 08/06/2015 03:36 AM
Added in 1.9.0
$islower(text)
Returns $true if text is all lower case else $false.
Parameters
text - Text to check.
Example
; Check if 'text' is lowercase //if ($islower(text)) echo -ag text is lowercase
Updated by Per Amundsen over 9 years ago · 1 revisions