pcre2_substring_nametable_scan (3) Linux Manual Page
PCRE2 – Perl-compatible regular expressions (revised API) Synopsis #include <pcre2.h> int pcre2_substring_nametable_scan(const pcre2_code *code, PCRE2_SPTR name, PCRE2_SPTR *first, PCRE2_SPTR *last); Description This convenience function finds, for a compiled pattern, the first and last entries for a given name in the table that translates capture group names into numbers. When the name is found in the…
