From WikiChip
$isupper Identifier - mIRC
< mirc‎ | identifiers
Revision as of 09:11, 12 June 2017 by Westor (talk | contribs) (Created page with " {{mirc title|$isupper Identifier}}'''$isupper(text)''' Returns $true if text is all upper case otherwise returns $false. == Synopsis == <source lang="mIRC"> $isupper(text)<...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


$isupper(text) Returns $true if text is all upper case otherwise returns $false.

Synopsis

$isupper(text)

Paramters

Text = Will be the given text that you want to check for.

Properties

None

Example

//echo -a $isupper(ABCDEFG)

It will return $true because it's the hole given text in upper case.

//echo -a $islower(ABCDEFg)

It will return $false because it's NOT the hole given text in upper case.

Compatibility

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