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

(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 21:37, 28 October 2017

$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.


See Also[edit]

$upper $isupper $islower