Re: [pcre-dev] Access to named subpattern from callout

Kezdőlap
Üzenet törlése
Szerző: ND
Dátum:  
Címzett: Pcre-dev
Tárgy: Re: [pcre-dev] Access to named subpattern from callout
On 2015-09-07 10:12, ph10 wrote:

>You might be able to make use of pcre_get_named_substring(). Otherwise
> you could use pcre_get_stringnumber() to convert the name to a number.
>


Thanks for pointing me to this.