[pcre-dev] match point reset bug?

Página superior
Eliminar este mensaje
Autor: Sheri
Fecha:  
A: pcre-dev@exim.org
Asunto: [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