string-hash

[procedure] string-hash string

R6RS, Scheme48. Calculates a hash value of string, suitable for string=? hashtable. See also make-table, string-ci-hash, Concept:HashTable.

[procedure] string-hash string [bound]

SRFI-69: The same as hash, except that the argument string must be a string. See also string-ci-hash.

[procedure] string-hash s [bound start end]

SRFI-13

See also string-hash-ci.