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

Top Page
Delete this message
Author: ND
Date:  
To: Pcre-dev
Subject: 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.