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

Inizio della pagina
Delete this message
Autore: ND
Data:  
To: Pcre-dev
Oggetto: 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.