86 |
meta-character matches only at the very end of the string. |
meta-character matches only at the very end of the string. |
87 |
.sp |
.sp |
88 |
(c) If PCRE_EXTRA is set, a backslash followed by a letter with no special |
(c) If PCRE_EXTRA is set, a backslash followed by a letter with no special |
89 |
meaning is faulted. |
meaning is faulted. Otherwise, like Perl, the backslash is ignored. (Perl can |
90 |
|
be made to issue a warning.) |
91 |
.sp |
.sp |
92 |
(d) If PCRE_UNGREEDY is set, the greediness of the repetition quantifiers is |
(d) If PCRE_UNGREEDY is set, the greediness of the repetition quantifiers is |
93 |
inverted, that is, by default they are not greedy, but if followed by a |
inverted, that is, by default they are not greedy, but if followed by a |
121 |
different way and is not Perl-compatible. |
different way and is not Perl-compatible. |
122 |
.P |
.P |
123 |
.in 0 |
.in 0 |
124 |
Last updated: 24 January 2006 |
Last updated: 06 June 2006 |
125 |
.br |
.br |
126 |
Copyright (c) 1997-2006 University of Cambridge. |
Copyright (c) 1997-2006 University of Cambridge. |