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

Startseite
Nachricht löschen
Autor: ND
Datum:  
To: Pcre-dev
Betreff: 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.