From WikiChip
Difference between revisions of "mirc/identifiers/$islower"
Line 25: | Line 25: | ||
== Compatibility == | == Compatibility == | ||
− | {{mIRC compatibility| | + | {{mIRC compatibility|5.61}} |
== See Also == | == See Also == |
Revision as of 08:09, 12 June 2017
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 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.