Next: , Previous: , Up: Common Scheme Functions   [Contents][Index]


3.5.46 string-has-eqv-match? - caseless regex contains

Usage: (*~* text match)
string-has-eqv-match?: Test to see if a string contains a pattern. Case is not significant.

Arguments:
text - text to test for pattern
match - pattern/substring to search for