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