Project

General

Profile

Actions

$isupper » History » Revision 1

Revision 1/6 | Next »
Per Amundsen, 08/06/2015 03:36 AM


Added in 1.9.0

$isupper(text)

Returns $true if text is all upper case else $false.

Parameters

text - Text to check.

Example

; Check if 'TEXT' is uppercase
//if ($isupper(text)) echo -ag text is uppercase

Updated by Per Amundsen over 8 years ago · 1 revisions

Also available in: PDF HTML TXT