Re: new string matching API

2002-05-08 Thread Justin Erenkrantz
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

new string matching API

2002-05-08 Thread Brian Pane
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