• Scieneer Common Lisp 1.3.9 online documentation

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

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

  •