Important
|
Deprecated in 5.0. Replaced with method toLowerCase() of the string instance. |
lower(string) => String
Converts string to lowercase string.
string |
String |
String to convert |
Return
Source string converted to lowercase.
Example
println(lower("aBcD")); // Will print "abcd"