------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1325 Summary: New quantifier combining 'possessive' and 'lazy' Product: PCRE Version: N/A Platform: Other OS/Version: Windows Status: NEW Severity: wishlist Priority: low Component: Code AssignedTo: [email protected] ReportedBy: [email protected] CC: [email protected] After '+' (possessive) and '?' (lazy), a union of the two: '*' (scrooge). It depends actually in combination with the next token, as a logical 'lazy possessive' makes no sense, it would result always in the least amount of characters. Notation and meaning/alias: a?*b (?>a??b) a**b (?>a*?b) a+*b (?>a+?b) a{n,m}*b (?>a{n,m}?b) a{n,}*b (?>a{n,}?b) Thoughts? -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
