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


3.5.39 string-end-eqv-match? - caseless regex ending

Usage: (*~ text match)
string-end-eqv-match?: Test to see if a string ends with a pattern. Case is not significant.

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