[pcre-dev] \K don't work

Top Page
Delete this message
Author: ND
Date:  
To: Pcre-dev
Subject: [pcre-dev] \K don't work
Hi, Philip!

Here is two pcretest.exe listings:


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.

Thanx a lot.