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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Lena
Fecha:  
A: 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.