Alessio Sangalli wrote:
> ok, I think is '.*gif\?.*', now I will try...!
And it will be slightly faster if you skip the .* parts. Regular
expressions is always partial matches unless you use ^ and $ in the
patterns (denotes start of line, and end of line)
-- Henrik Nordstrom Squid hackerReceived on Wed Feb 09 2000 - 04:06:57 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:51:02 MST