[pcre-dev] match point reset bug?

Inizio della pagina
Delete this message
Autore: Sheri
Data:  
To: pcre-dev@exim.org
Oggetto: [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