Re: [pcre-dev] Recursion with possessive quantifiers

トップ ページ
このメッセージを削除
著者: ND
日付:  
To: Pcre-dev
題目: 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?