Re: [pcre-dev] Unexpected result when zero-length global mat…

Top Page
Delete this message
Author: ND
Date:  
To: Pcre-dev
Subject: Re: [pcre-dev] Unexpected result when zero-length global matching and pattern contains \G
On 2018-06-30 17:44, ND wrote:

> I'm surprised: is there another algorithm of working /g in pcretest in
> comparing with PCRE2_SUBSTITUTE_GLOBAL in pcre2_substitute()?
>


Sorry for my bad English. A want to ask: aren't
    /g in pcretest
       and
    pcre2_substitute() with PCRE2_SUBSTITUTE_GLOBAL
use the same algorithm?