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

トップ ページ
このメッセージを削除
著者: Giuseppe D'Angelo
日付:  
To: GAUTIER Herve
CC: 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