|
1 |
| -.TH PCRE2API 3 "12 October 2023" "PCRE2 10.43" |
| 1 | +.TH PCRE2API 3 "11 November 2023" "PCRE2 10.43" |
2 | 2 | .SH NAME
|
3 | 3 | PCRE2 - Perl-compatible regular expressions (revised API)
|
4 | 4 | .sp
|
@@ -1628,7 +1628,7 @@ PCRE2_FIRSTLINE if \fIstartoffset\fP is greater than 3. See also
|
1628 | 1628 | PCRE2_USE_OFFSET_LIMIT, which provides a more general limiting facility. If
|
1629 | 1629 | PCRE2_FIRSTLINE is set with an offset limit, a match must occur in the first
|
1630 | 1630 | line and also within the offset limit. In other words, whichever limit comes
|
1631 |
| -first is used. |
| 1631 | +first is used. This option has no effect for anchored patterns. |
1632 | 1632 | .sp
|
1633 | 1633 | PCRE2_LITERAL
|
1634 | 1634 | .sp
|
@@ -1979,7 +1979,7 @@ a pattern by means of the (?aT) option setting.
|
1979 | 1979 | .sp
|
1980 | 1980 | This option forces all the POSIX character classes, including [:digit:] and
|
1981 | 1981 | [:xdigit:], to match only ASCII characters, even when PCRE2_UCP is set. It can
|
1982 |
| -be changed within a pattern by means of the (?aP) option setting, but note that |
| 1982 | +be changed within a pattern by means of the (?aP) option setting, but note that |
1983 | 1983 | this also sets PCRE2_EXTRA_ASCII_DIGIT in order to ensure that (?-aP) unsets
|
1984 | 1984 | all ASCII restrictions for POSIX classes.
|
1985 | 1985 | .sp
|
@@ -4148,6 +4148,6 @@ Cambridge, England.
|
4148 | 4148 | .rs
|
4149 | 4149 | .sp
|
4150 | 4150 | .nf
|
4151 |
| -Last updated: 12 October 2023 |
| 4151 | +Last updated: 11 November 2023 |
4152 | 4152 | Copyright (c) 1997-2023 University of Cambridge.
|
4153 | 4153 | .fi
|
0 commit comments