你如何比较两个字符串并忽略Scheme中的情况?

unj*_*nj2 2 lisp scheme racket

我想写一个像equalp这样的函数,它给#t(equp"Xy""xY").

Sim*_*mon 9

使用(string-ci =?"Xy""xY")

参考