string-any

[procedure] string-any char/char-set/pred s [start end]

SRFI-13: Checks to see if the given criteria is true of any character in s, proceeding from left (index start) to right (index end).

See also string-every.

[procedure] string-any proc string1 string2 ...

Chicken implements different functionality.