Re: strmatch spanning buckets

2007-01-07 Thread Issac Goldstand
Drew Bertola wrote: > Now comes the case of a match split across the tail end of my current > bucket and the head end of the next bucket. I imagine this is something > I should consider. That's exactly how I'd do it. There's a great example of this in the filters in mod_charset that demonstrat

strmatch spanning buckets

2007-01-06 Thread Drew Bertola
Hi again, I am having some good success with my filter module, but need to take it to completion. The filter will look for a specific string and replace it with a new string, or insert the new string either before or after the search string. This all works for the case that the search string doe