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...") |
(→Example) |
||
Line 13: | Line 13: | ||
== Example == | == Example == | ||
− | <source lang="mIRC">//echo -a $lower( | + | <source lang="mIRC"> |
+ | //echo -a $lower(SoMe TeXt) | ||
+ | </source> | ||
== Compatibility == | == Compatibility == |
Latest revision as of 10:59, 7 October 2025
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(SoMe TeXt)
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.