Author: Philip Hazel Date: To: Sheri CC: pcre-dev Subject: Re: [pcre-dev] 7.6-RC2
On Mon, 28 Jan 2008, Sheri wrote:
> Hypothetical example: library default is LF.
> Application submits all patterns with a constant external compile and/or
> exec option for CRLF. User wants ANYCRLF. Does (*ANYCRLF) trump all?
Yes. Pattern has highest priority, then application option setting, then
default.