Re: [EMAIL PROTECTED] AliasMatch regular expression grouping

2005-11-07 Thread Joshua Slive
On 11/7/05, Matthew M. Boedicker <[EMAIL PROTECTED]> wrote: > The documentation for AliasMatch refers to "standard regular expressions" > but is there any reference for exactly what syntax is allowed in AliasMatch > directives? > > Is there a non-grouping version of parentheses, where the contents

[EMAIL PROTECTED] AliasMatch regular expression grouping

2005-11-07 Thread Matthew M. Boedicker
The documentation for AliasMatch refers to "standard regular expressions" but is there any reference for exactly what syntax is allowed in AliasMatch directives? Is there a non-grouping version of parentheses, where the contents are not saved for later substitutions? Like (?:) in the Python re mod