--- embedaddon/pcre/doc/pcre_get_stringtable_entries.3 2012/10/09 09:19:17 1.1.1.3 +++ embedaddon/pcre/doc/pcre_get_stringtable_entries.3 2013/07/22 08:25:56 1.1.1.4 @@ -1,4 +1,4 @@ -.TH PCRE_GET_STRINGTABLE_ENTRIES 3 "13 January 2012" "PCRE 8.30" +.TH PCRE_GET_STRINGTABLE_ENTRIES 3 "24 June 2012" "PCRE 8.30" .SH NAME PCRE - Perl-compatible regular expressions .SH SYNOPSIS @@ -14,6 +14,10 @@ PCRE - Perl-compatible regular expressions .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); +.PP +.B int pcre32_get_stringtable_entries(const pcre32 *\fIcode\fP, +.ti +5n +.B PCRE_SPTR32 \fIname\fP, PCRE_UCHAR32 **\fIfirst\fP, PCRE_UCHAR32 **\fIlast\fP); . .SH DESCRIPTION .rs @@ -21,7 +25,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[16]_get_stringnumber()\fP +\fInot\fP set), it is usually easier to use \fBpcre[16|32]_get_stringnumber()\fP instead. .sp \fIcode\fP Compiled regular expression