cfunction
src/core/string.c on line 246 , column 1
(string/ascii-lower str )
Returns a new string where all bytes are replaced with the
lowercase version of themselves in ASCII. Does only a very simple
case check , meaning no unicode support.
(string/ascii-lower "HELLO" ) #=> "hello"