From WikiChip
$islower Identifier - mIRC
< mirc‎ | identifiers
Revision as of 09:09, 12 June 2017 by Westor (talk | contribs)


$islower(text) Returns $true if text is all lower case otherwise returns $false.

Synopsis

$islower(text)

Paramters

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

Properties

None

Example

//echo -a $islower(abcdefg)

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

//echo -a $islower(abcdefG)

It will return $false because it's NOT the hole given text in lower 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