Actions
  $isupper » History » Revision 3
      « Previous |
    Revision 3/6
      (diff)
      | Next »
    
    Per Amundsen, 08/10/2015 09:15 AM 
    
    
Added in 1.9.0
$isupper(text)
Returns $true if text is all upper case otherwise $false.
Parameters
text - Text to check.
Example
; Check if 'TEXT' is uppercase //if ($isupper(TEXT)) echo -ag text is uppercase
Updated by Per Amundsen about 10 years ago · 6 revisions