15

Строку в нижний регистр

(string-downcase "COOL")
; "cool"
(string-downcase "Cool")
; "cool"
-----------