Next: string-ends-eqv? - caseless string ending, Previous: string-end-eqv-match? - caseless regex ending, Up: Common Scheme Functions [Contents][Index]
Usage: (*~~ text match) string-end-match?: Test to see if a string ends with a pattern. Case is significant.
Arguments: text - text to test for pattern match - pattern/substring to search for