Coerces an object to lowercase and returns the resulting new object. arg is not modified by this operation.
sealed
| arg | An instance of <object>. |
| #rest more | Instances of <object>. |
Coerces an object to lowercase and returns the resulting new object. | |
The method on <character> returns the lowercase equivalent for character. | |
The method on <string> is equivalent to map(as-lowercase, string). |
The method on <character> returns the lowercase equivalent for character. If character already is lowercase or does not exist in two cases, it is returned unchanged.
The method on <string> is equivalent to map(as-lowercase, string).