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

Etusivu
Poista viesti
Vastaa
Lähettäjä: Lena
Päiväys:  
Vastaanottaja: exim-users
Aihe: 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.