Auteur: Sheri
Date:
À: pcre-dev@exim.org
Sujet: [pcre-dev] match point reset bug?
Should it be possible to use \K in alternations?
PCRE version 7.9 2009-04-11
re> /abc\K|def\K/g
data> abcdefghi
0:
data>
Seems there are two matches when done with perl (not personally tested).
Regards,
Sheri