Re: [pcre-dev] Recursion with possessive quantifiers

Pàgina inicial
Delete this message
Autor: ND
Data:  
A: Pcre-dev
Assumpte: 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?