chickadee » scheme » string-ci=?

(string=? string[1] string[2])procedure
(string-ci=? string[1] string[2])procedure

Returns #t if the two strings are the same length and contain the same characters in the same positions, otherwise returns #f. String-ci=? treats upper and lower case letters as though they were the same character, but string=? treats upper and lower case as distinct characters.