s = string.lower (str)
Returns the string converted to lower-case. string.lower ("ABCdef") --> abcdef
string.lower ("ABCdef") --> abcdef