From WikiChip
Difference between revisions of "mirc/identifiers/$islower"
< mirc‎ | identifiers

Line 25: Line 25:
  
 
== Compatibility ==
 
== Compatibility ==
{{mIRC compatibility|4.7}}
+
{{mIRC compatibility|5.61}}
  
 
== See Also ==
 
== See Also ==

Revision as of 09:09, 12 June 2017


$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