Hacker News new | ask | show | jobs
by logn 3982 days ago
"Possessive quantifiers are a way to prevent the regex engine from trying all permutations. This is primarily useful for performance reasons. You can also use possessive quantifiers to eliminate certain matches."

http://www.regular-expressions.info/possessive.html

1 comments

ok, tnx, now it makes sense