chickadee » srfi-130 » string-suffix?

string-prefix?procedure
string-suffix?procedure

Is s1 a prefix/suffix of s2?

The optional start/end cursors or indexes restrict the comparison to the indicated substrings of s1 and s2.