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


3.5.41 string-ends-eqv? - caseless string ending

Usage: (*= text match)
string-ends-eqv?: Test to see if a string ends with an equivalent string.

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