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
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