Re: [exim] regex_match_string

Top Pagina
Delete this message
Reply to this message
Auteur: Phil Pennock
Datum:  
Aan: Marc Perkel
CC: exim-users
Onderwerp: 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