$str.localelowcase
Returns the given string with all characters turned to toLower case
|
Usage |
$str.localelowcase(<string_to_convert>)
|
Description |
Returns the given <string_to_convert> with all characters turned to toLower case.
Warning: this function is locale aware and it may produce unexpected
results in locales that contain strange exceptions (like Turkish which maps
i to Y with an accent). For IRC interaction you might prefer using $str.lowcase
|
Syntax Specification |
<string> $str.localelowcase(<string_to_convert:string>)
|