Next: string-match? - regex match, Previous: string-has-eqv-match? - caseless regex contains, Up: Common Scheme Functions [Contents][Index]
Usage: (*~~* text match) string-has-match?: Test to see if a string contains a pattern. Case is significant.
Arguments: text - text to test for pattern match - pattern/substring to search for