Next: string-eqv-match? - caseless regex match, Previous: string-ends-with? - string ending, Up: Common Scheme Functions [Contents][Index]
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