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


3.5.47 string-has-match? - contained regex match

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