From WikiChip
Difference between revisions of "mirc/identifiers/$lower"
(Created page with "{{mirc title|$lower Identifier}}'''$lower''' returns the text in lowercase. == Synopsis == <pre>$lower(text)</pre> == Parameters == * '''text''' - The string you want to p...") |
(No difference)
|
Latest revision as of 20:37, 28 October 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$lower returns the text in lowercase.
Synopsis[edit]
$lower(text)
Parameters[edit]
- text - The string you want to put in lowercase
Properties[edit]
None
Example[edit]
//echo -a $lower(testÕ)
Compatibility[edit]
Added: mIRC v4.5
Added on: 30 Jun 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.