How do you compare two strings and ignore the case in Scheme?

Posted by kunjaan on Stack Overflow See other posts from Stack Overflow or by kunjaan
Published on 2009-06-25T00:48:44Z Indexed on 2010/06/08 21:12 UTC
Read the original article Hit count: 130

Filed under:
|
|
|

I want to write a function like equalp, which gives #t for (equalp "Xy" "xY").

© Stack Overflow or respective owner

Related posts about lisp

Related posts about Scheme