From WikiChip
$isupper Identifier - mIRC
< mirc‎ | identifiers

$isupper returns $true if text is all upper case, otherwise returns $false.


Synopsis[edit]

$isupper(text)

Paramters[edit]

text - The string to be checked

Properties[edit]

None

Example[edit]

//echo -a $isupper(ABCDEFG)

will return $true

//echo -a $isupper(ABCDEFg)

will return $false because not all character are upper case.

Compatibility[edit]

Added: mIRC v5.61
Added on: 23 Sep 1999
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also[edit]

[Expand]
v · d · e mIRC identifier list