Actions
$islower » History » Revision 4
« Previous |
Revision 4/5
(diff)
| Next »
Per Amundsen, 02/23/2023 01:51 PM
Added in 1.9.0
$islower(text)
Returns $true if text is all lower case otherwise $false.
Parameters
Parameter | Description |
text | Text to check. |
Example
; Check if 'text' is lowercase. //if ($islower(text)) echo -ag text is lowercase
Updated by Per Amundsen over 1 year ago · 4 revisions