Re: [exim] Counting the number of headers in an incoming ema…

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Lena
Data:  
Para: exim-users
Asunto: Re: [exim] Counting the number of headers in an incoming email
> .+ one or more of any character

Any character except a newline. So, no backtracking.

> Would there be any advantage to using "(?: )" instead of "( )" to
> avoid the cost of storing matched substrings?


Yes, but I chose better readability.