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

Góra strony
Delete this message
Autor: Giuseppe D'Angelo
Data:  
Dla: GAUTIER Herve
CC: pcre-dev@exim.org
Temat: 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