On Sun, 27 Oct 2013, ND wrote:

> PCRE version 8.33-RC1 2012-12-07
> /(?:a\Kb)*+/
> ababc
> 0: abab
> 
> 
> PCRE version 8.33-RC1 2012-12-07
> /(?:a\Kb)*/
> ababc
> 0: b
> 
> 
> I see \K don't work in first pattern.
> May be a bug there.

I have committed a patch that fixes this bug. Thank you for the report.

Philip

-- 
Philip Hazel

-- 
## List details at https://lists.exim.org/mailman/listinfo/pcre-dev 

Reply via email to