| 10 |
.B int pcre_get_stringnumber(const pcre *\fIcode\fP, |
.B int pcre_get_stringnumber(const pcre *\fIcode\fP, |
| 11 |
.ti +5n |
.ti +5n |
| 12 |
.B const char *\fIname\fP); |
.B const char *\fIname\fP); |
| 13 |
|
.PP |
| 14 |
|
.B int pcre16_get_stringnumber(const pcre16 *\fIcode\fP, |
| 15 |
|
.ti +5n |
| 16 |
|
.B PCRE_SPTR16 \fIname\fP); |
| 17 |
. |
. |
| 18 |
.SH DESCRIPTION |
.SH DESCRIPTION |
| 19 |
.rs |
.rs |
| 27 |
The yield of the function is the number of the parenthesis if the name is |
The yield of the function is the number of the parenthesis if the name is |
| 28 |
found, or PCRE_ERROR_NOSUBSTRING otherwise. When duplicate names are allowed |
found, or PCRE_ERROR_NOSUBSTRING otherwise. When duplicate names are allowed |
| 29 |
(PCRE_DUPNAMES is set), it is not defined which of the numbers is returned by |
(PCRE_DUPNAMES is set), it is not defined which of the numbers is returned by |
| 30 |
\fBpcre_get_stringnumber()\fP. You can obtain the complete list by calling |
\fBpcre[16]_get_stringnumber()\fP. You can obtain the complete list by calling |
| 31 |
\fBpcre_get_stringtable_entries()\fP. |
\fBpcre[16]_get_stringtable_entries()\fP. |
| 32 |
.P |
.P |
| 33 |
There is a complete description of the PCRE native API in the |
There is a complete description of the PCRE native API in the |
| 34 |
.\" HREF |
.\" HREF |