downcase

downcase is a built-in function in `C source code'.

(downcase OBJ)

Convert argument to lower case and return that.
The argument may be a character or string. The result has the same type.
The argument object is not altered--the value is a copy.