Re: URL_REGEX case insensitive?

From: Kevin Fink <kevin@dont-contact.us>
Date: Thu, 1 May 1997 19:49:44 -0700 (PDT)

On Mon, 28 Apr 1997, Stefan Berg wrote:

> Question: How do I make the url_regex match case _insensitive_?

As far as I know the only way to do this is to change all lines with calls
to regcomp() to include the flag REG_ICASE in the third field. Note that
the GNU regex code is powerful but very slow and very memory hungry. I
would NOT recommend trying to use large acl lists with it...

Kevin

------------------------------------------------------------------------------
 Kevin Fink <kevin@fink.com> N2H2, Creators of Bess
 http://www.fink.com/ 1301 Fifth Avenue, Suite 1501
 http://www.n2h2.com/ Seattle, WA 98101
------------------------------------------------------------------------------
 (206) 971-1451 VOICE (206) 971-1460 FAX (206) 680-7666 PAGER
------------------------------------------------------------------------------
Received on Thu May 01 1997 - 20:23:12 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:35:07 MST