Re: [pcre-dev] Recursion with possessive quantifiers

Top Page
Delete this message
Author: ND
Date:  
To: Pcre-dev
Subject: Re: [pcre-dev] Recursion with possessive quantifiers
On 2011-05-21 12:57, Philip Hazel wrote:
> I will try to think about this


pcre_exec() handles a non-greedy quantifier without producing recursion.
Maybe a possessive quantifier handler can follow that way?