Next: string-equals? - string matching, Previous: string-ends-eqv? - caseless string ending, Up: Common Scheme Functions [Contents][Index]
Usage: (*== text match) string-ends-with?: Test to see if a string ends with a substring. strcmp(3) returns zero for comparing the string ends.
Arguments: text - text to test for pattern match - pattern/substring to search for