Συντάκτης: ph10 Ημερομηνία: Προς: GAUTIER Herve Υ/ο: pcre-dev@exim.org Αντικείμενο: Re: [pcre-dev] /x modifier bug when using # comments in RE ?
On Fri, 6 Jun 2014, GAUTIER Herve wrote:
> But, my remaining problem is that if I have compiled PCRE with
> --enable-newline-is-crlf on a system (Linux) which has LF as newline,
> when using pcretest, how can I enter the newline sequence CR LF when
> entering my RE ?
CTRL-M, Return (maybe?)
But configuring with --enable-newline-is-anycrlf should also solve your
problem.