Re: [pcre-dev] \K don't work

Top Page
Delete this message
Author: ph10
Date:  
To: ND
CC: Pcre-dev
Subject: Re: [pcre-dev] \K don't work
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