Re: [exim] regex_match_string

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Phil Pennock
Ημερομηνία:  
Προς: Marc Perkel
Υ/ο: exim-users
Αντικείμενο: Re: [exim] regex_match_string
On 2010-09-30 at 12:17 -0700, Marc Perkel wrote:
> $regex_match_string returns the matching part of a regex expression
> with the regex acl. is there something similar for the match conditional?


Yes.

You wrap the entire regexp in parens and then use $1. Trivial.

-Phil