Project

General

Profile

$isupper » History » Version 1

Per Amundsen, 08/06/2015 03:36 AM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*$isupper(text)*
4
5
Returns [[$true]] if text is all upper case else [[$false]].
6
7
*Parameters*
8
9
text - Text to check.
10
11
*Example*
12
13
<pre>
14
; Check if 'TEXT' is uppercase
15
//if ($isupper(text)) echo -ag text is uppercase
16
</pre>