--- embedaddon/pcre/doc/pcre_get_stringtable_entries.3 2012/02/21 23:05:52 1.1.1.1 +++ embedaddon/pcre/doc/pcre_get_stringtable_entries.3 2012/10/09 09:19:17 1.1.1.3 @@ -1,4 +1,4 @@ -.TH PCRE_GET_STRINGTABLE_ENTRIES 3 +.TH PCRE_GET_STRINGTABLE_ENTRIES 3 "13 January 2012" "PCRE 8.30" .SH NAME PCRE - Perl-compatible regular expressions .SH SYNOPSIS @@ -10,6 +10,10 @@ PCRE - Perl-compatible regular expressions .B int pcre_get_stringtable_entries(const pcre *\fIcode\fP, .ti +5n .B const char *\fIname\fP, char **\fIfirst\fP, char **\fIlast\fP); +.PP +.B int pcre16_get_stringtable_entries(const pcre16 *\fIcode\fP, +.ti +5n +.B PCRE_SPTR16 \fIname\fP, PCRE_UCHAR16 **\fIfirst\fP, PCRE_UCHAR16 **\fIlast\fP); . .SH DESCRIPTION .rs @@ -17,7 +21,7 @@ PCRE - Perl-compatible regular expressions This convenience function finds, for a compiled pattern, the first and last entries for a given name in the table that translates capturing parenthesis names into numbers. When names are required to be unique (PCRE_DUPNAMES is -\fInot\fP set), it is usually easier to use \fBpcre_get_stringnumber()\fP +\fInot\fP set), it is usually easier to use \fBpcre[16]_get_stringnumber()\fP instead. .sp \fIcode\fP Compiled regular expression