From WikiChip
$islower Identifier - mIRC
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$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 v4.7
Added on: 09 Dec 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.