[pcre-dev] PCRE and recursion feature - (?R) - doesn't work …

Página superior
Eliminar este mensaje
Autor: Matthias B.
Fecha:  
A: pcre-dev
Asunto: [pcre-dev] PCRE and recursion feature - (?R) - doesn't work as expected
Hello,
I've read about the recursion feature in pcre.txt. I also tried it with
simple expressions like "\w(?R)" - shouldn't that match the same like
"\w\w"? It doesn't and I don't understand why. Can you mention that to me?

Best Regards,
Mathew