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 "Xy" "xY") に対して #t を与える equalp のような関数を書きたいと思います。
(string-ci =? "Xy" "xY")を使用します
参照
PLTにはstring-locale-ci=?、他のロケールを処理できるがあります。
string-locale-ci=?