Next: srfi strings spec search, Previous: srfi strings spec compar, Up: srfi strings spec [Index]
Return the length of the longest common prefix of the two selected substrings strings. This is equivalent to the “mismatch index” for the strings (modulo the start index offsets).
Case–insensitive variant.
Return the length of the longest common suffix of the two selected substrings strings.
Case–insensitive variant.
Return #t
if the selected substring of str1 is a prefix of
the selected substring of str2; otherwise return #f
.
Case–insensitive variant.
Return #t
if the selected substring of str1 is a suffix of
the selected substring of str2; otherwise return #f
.
Case–insensitive variant.
Next: srfi strings spec search, Previous: srfi strings spec compar, Up: srfi strings spec [Index]