Next: SRFI-13 Searching, Previous: SRFI-13 Comparison, Up: SRFI-13
Using these procedures you can determine whether a given string is a prefix or suffix of another string or how long a common prefix/suffix is.
Return the length of the longest common prefix of the two strings.
Return the length of the longest common prefix of the two strings, ignoring character case.
Return the length of the longest common suffix of the two strings.
Return the length of the longest common suffix of the two strings, ignoring character case.