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


3.5.36 string-contains? - substring match

Usage: (*==* text match)
string-contains?: Test to see if a string contains a substring. "strstr(3)" will find an address.

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