| 1729 |
then call \fBpcre_copy_substring()\fP or \fBpcre_get_substring()\fP, as |
then call \fBpcre_copy_substring()\fP or \fBpcre_get_substring()\fP, as |
| 1730 |
appropriate. \fBNOTE:\fP If PCRE_DUPNAMES is set and there are duplicate names, |
appropriate. \fBNOTE:\fP If PCRE_DUPNAMES is set and there are duplicate names, |
| 1731 |
the behaviour may not be what you want (see the next section). |
the behaviour may not be what you want (see the next section). |
| 1732 |
. |
.P |
| 1733 |
|
\fBWarning:\fP If the pattern uses the "(?|" feature to set up multiple |
| 1734 |
|
subpatterns with the same number, you cannot use names to distinguish them, |
| 1735 |
|
because names are not included in the compiled code. The matching process uses |
| 1736 |
|
only numbers. |
| 1737 |
. |
. |
| 1738 |
.SH "DUPLICATE SUBPATTERN NAMES" |
.SH "DUPLICATE SUBPATTERN NAMES" |
| 1739 |
.rs |
.rs |
| 1982 |
.rs |
.rs |
| 1983 |
.sp |
.sp |
| 1984 |
.nf |
.nf |
| 1985 |
Last updated: 28 February 2009 |
Last updated: 08 March 2009 |
| 1986 |
Copyright (c) 1997-2009 University of Cambridge. |
Copyright (c) 1997-2009 University of Cambridge. |
| 1987 |
.fi |
.fi |