On Mon, 15 Oct 2001, Phil Glatz wrote: > At 06:04 PM 10/15/2001 -0400, you wrote: > >So for example if you wanted to match *.txt, this would be: > > > >limit_urls_to: [*.txt] > > Ah, that was it. > > But the search appears to be case-insensitive. A pattern of: > limit_urls_to: [citynews.com/[A-Z]] > > lets in files starting with "A", but also those starting with "a"
Ah. That would be categorized as a bug. Phooey--the base HtRegex code is capable of this, but checking now, it seems like the rest of the code never bothers to set this properly. I'll fix that tonight. Do you have CVS or would you like a patch? -Geoff _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

