Saturday, 17 August 2013

Difference between possessive quantifier and once-only subpatterns

Difference between possessive quantifier and once-only subpatterns

I'm reading PCRE documentation and I noticed that possessive quantifier
(+) and once-only subpatterns ((?>)) are somewhat similar by concept. Is
there any substantial difference?

No comments:

Post a Comment