Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想写一个像equalp这样的函数,它给出#t for (equalp "Xy" "xY")。
使用 (string-ci=? "Xy" "xY")
参考
还要注意 PLT 有string-locale-ci=?,它可以处理其他语言环境。
string-locale-ci=?