Actions
$islower » History » Revision 2
« Previous |
Revision 2/5
(diff)
| Next »
Per Amundsen, 08/10/2015 09:15 AM
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
Updated by Per Amundsen over 9 years ago · 2 revisions