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

Top Page
Delete this message
Author: Giuseppe D'Angelo
Date:  
To: GAUTIER Herve
CC: pcre-dev@exim.org
Subject: 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