• Scieneer Common Lisp 1.3.9 online documentation

    string-lessp string1 string2 &key start1 end1 start2 end2[Function]

    Given two strings, if the first string is lexicographically less than the second string, returns the longest common prefix, using char-equal, of the two strings. Otherwise, returns ().

  •