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


3.5.43 string-equals? - string matching

Usage: (== text match)
string-equals?: Test to see if two strings exactly match.

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