[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

STRING-REVERSE-SEARCH-<foo>



(STRING-REVERSE-SEARCH "ab" "abcdefghi" 4) => NIL
(STRING-REVERSE-SEARCH-SET '(#/a) "abca" 3) => 3
i.e., not only is the optional "from" argument not being
decremented by these routines before the actual searching
begins, but apparently the key-searcher fails to look at
the first word?