Re: [Exim] Case insensitive match

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Peter Bowyer
Fecha:  
A: exim-users
Asunto: Re: [Exim] Case insensitive match
Philip Hazel <ph10@???> wrote:
> On Mon, 10 May 2004, Peter Bowyer wrote:
>
>> Maykel Moya <maykel.moya@???> wrote:
>>> How can I do a case insensitive match{}{} ?
>>
>> /i on the end of the regex. See doc/pcrepattern.txt in the
>> distribution or just about any regular expression tutorial.
>
> No, that syntax is not supported in Exim match{}{} conditions in
> string expansions.
>
> Put (?i) at the start of your regex. This is indeed documented in
> doc/pcrepattern.txt.
>


Doh. Sorry for the bad info.

Peter