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


मैं एक समारोह likep लिखना चाहता हूँ, जो #t को (बराबर "Xy" "xY") देता है।

का प्रयोग करें (स्ट्रिंग-सीआई =? "Xy" "xY")


Comments

Popular posts from this blog

c# - PInvoke of NetUserAdd returns 24 -

c# - XMLDocument.Validate Error: System.InvalidOperationException : The XmlSchemaSet on the document is either null or has no schemas in it -