Re: [pcre-dev] /x modifier bug when using # comments in RE ?

Αρχική Σελίδα
Delete this message
Συντάκτης: Giuseppe D'Angelo
Ημερομηνία:  
Προς: GAUTIER Herve
Υ/ο: pcre-dev@exim.org
Αντικείμενο: Re: [pcre-dev] /x modifier bug when using # comments in RE ?
On 6 June 2014 14:15, GAUTIER Herve <herve.gautier@???> wrote:
> How test with pcretest using my configuration ? Can I put CR in my RE ? Is pcretest take in account the --enable-newline-is-* while entering the RE ?


Try using the "/<lf>" modifier (w/o quotes) when giving the regexp to
pcretest (you can combine it with x: "/x<lf>"), or try adding (*LF) at
the very beginning of the pattern itself.

--
Giuseppe D'Angelo