| 1635 |
.\" HREF |
.\" HREF |
| 1636 |
\fBpcrepattern\fP |
\fBpcrepattern\fP |
| 1637 |
.\" |
.\" |
| 1638 |
documentation. When duplicates are present, \fBpcre_copy_named_substring()\fP |
documentation. |
| 1639 |
and \fBpcre_get_named_substring()\fP return the first substring corresponding |
.P |
| 1640 |
to the given name that is set. If none are set, an empty string is returned. |
When duplicates are present, \fBpcre_copy_named_substring()\fP and |
| 1641 |
The \fBpcre_get_stringnumber()\fP function returns one of the numbers that are |
\fBpcre_get_named_substring()\fP return the first substring corresponding to |
| 1642 |
associated with the name, but it is not defined which it is. |
the given name that is set. If none are set, PCRE_ERROR_NOSUBSTRING (-7) is |
| 1643 |
.sp |
returned; no data is returned. The \fBpcre_get_stringnumber()\fP function |
| 1644 |
|
returns one of the numbers that are associated with the name, but it is not |
| 1645 |
|
defined which it is. |
| 1646 |
|
.P |
| 1647 |
If you want to get full details of all captured substrings for a given name, |
If you want to get full details of all captured substrings for a given name, |
| 1648 |
you must use the \fBpcre_get_stringtable_entries()\fP function. The first |
you must use the \fBpcre_get_stringtable_entries()\fP function. The first |
| 1649 |
argument is the compiled pattern, and the second is the name. The third and |
argument is the compiled pattern, and the second is the name. The third and |