On Tue, May 07, 2002 at 09:26:06PM -0700, Brian Pane wrote:
> I put together an abstract API for string matching, plus a
> concrete "subclass" that implements a simplified form of
> Boyer-Moore. (The point of the design is to allow different
> search implementations to be plugged in as needed. We
I put together an abstract API for string matching, plus a
concrete "subclass" that implements a simplified form of
Boyer-Moore. (The point of the design is to allow different
search implementations to be plugged in as needed. We could,
for example, add a BNDM implementation for use in apps where