Auteur: Matthias B. Date: À: pcre-dev Sujet: [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?