string-ci-hash[procedure] string-ci-hash string
R6RS: Calculates a hash value for string, suitable for string-ci=? hashtable.
[procedure] string-ci-hash string [bound]
SRFI-69: The same as string-hash, except that the case of characters in string does not affect the hash value produced.
See also string-hash, Concept:HashTable.
|