Return-Path: Delivered-To: apmail-apache-docs-archive@apache.org Received: (qmail 56228 invoked by uid 500); 23 Aug 2001 03:28:33 -0000 Mailing-List: contact apache-docs-help@apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: apache-docs@apache.org Delivered-To: mailing list apache-docs@apache.org Received: (qmail 56219 invoked from network); 23 Aug 2001 03:28:33 -0000 X-Authentication-Warning: localhost.localdomain: jcw5q owned process doing -bs Date: Wed, 22 Aug 2001 23:27:59 -0400 (EDT) From: Cliff Woolley X-X-Sender: To: Apache Documentation Project Subject: Re: Regular Expressions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N On Wed, 22 Aug 2001, Rich Bowen wrote: > case-insensitive patterns, With pcre, you should be able to put (?i) at the beginning of the pattern (see perlre manpage). Not sure if hsregex supports that. > character classes, Those are fine... just the usual [abcde] syntax. > variable capture (the > $1, $2 stuff) and all those sorts of nifty things. AFAIK, of the standard modules that allow regex's in config file directives, only mod_rewrite uses backreferences. The rewriteguide does a good job of explaining their use there. --Cliff -------------------------------------------------------------- Cliff Woolley cliffwoolley@yahoo.com Charlottesville, VA --------------------------------------------------------------------- To unsubscribe, e-mail: apache-docs-unsubscribe@apache.org For additional commands, e-mail: apache-docs-help@apache.org