3 lines
51 B
Common Lisp
3 lines
51 B
Common Lisp
|
|
CL-USER> (string-downcase "alphaBETA")
|
||
|
|
"alphabeta"
|