------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1082 Summary: \R and greedy quantifier Product: PCRE Version: N/A Platform: All OS/Version: All Status: NEW Severity: bug Priority: medium Component: Code AssignedTo: [email protected] ReportedBy: [email protected] CC: [email protected] Pattern "\R*\p{Any}" matches fully to "\r\n" (0,2) since the greedy quantifier only throws away the last \n, although \R was matched to "\r\n" before. Although the JIT compiler is copy this behaviour now, I am not sure this is correct... -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at http://lists.exim.org/mailman/listinfo/pcre-dev
