pcre2_substring_length_byname (3) Linux Manual Page
PCRE2 – Perl-compatible regular expressions (revised API) Synopsis #include <pcre2.h> int pcre2_substring_length_byname(pcre2_match_data *match_data, PCRE2_SPTR name, PCRE2_SIZE *length); Description This function returns the length of a matched substring, identified by name. The arguments are: The yield is zero on success, or an error code if the substring is not found. There is a complete description of…
