著者: Lena 日付: To: exim-users 題目: 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?