summaryrefslogtreecommitdiff
path: root/doc/pcre2compat.3
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-07-27 16:55:52 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-07-27 16:55:52 +0000
commit230cdeac6d7c1e70ca5a2726f76e64c6d2d50fab (patch)
tree2e58237530b20828b12e42d93c230f4d65a8bd57 /doc/pcre2compat.3
parent58634a047c91c8cac3afbf86572dbdbc15381d9a (diff)
downloadpcre2-230cdeac6d7c1e70ca5a2726f76e64c6d2d50fab.tar.gz
Give specific error for \F as for \L, \U etc.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@974 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/pcre2compat.3')
-rw-r--r--doc/pcre2compat.318
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/pcre2compat.3 b/doc/pcre2compat.3
index 313bbd7..f33f42a 100644
--- a/doc/pcre2compat.3
+++ b/doc/pcre2compat.3
@@ -1,4 +1,4 @@
-.TH PCRE2COMPAT 3 "18 April 2017" "PCRE2 10.30"
+.TH PCRE2COMPAT 3 "27 July 2018" "PCRE2 10.32"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.SH "DIFFERENCES BETWEEN PCRE2 AND PERL"
@@ -28,12 +28,12 @@ counted, but their entries in the offsets vector are set only when a negative
assertion is a condition that has a matching branch (that is, the condition is
false).
.P
-4. The following Perl escape sequences are not supported: \el, \eu, \eL,
-\eU, and \eN when followed by a character name or Unicode value. (\eN on its
-own, matching a non-newline character, is supported.) In fact these are
-implemented by Perl's general string-handling and are not part of its pattern
-matching engine. If any of these are encountered by PCRE2, an error is
-generated by default. However, if the PCRE2_ALT_BSUX option is set,
+4. The following Perl escape sequences are not supported: \eF, \el, \eL, \eu,
+\eU, and \eN when followed by a character name. (\eN on its own, matching a
+non-newline character, is supported.) The escapes that modify the case of
+following letters are implemented by Perl's general string-handling and are not
+part of its pattern matching engine. If any of these are encountered by PCRE2,
+an error is generated by default. However, if the PCRE2_ALT_BSUX option is set,
\eU and \eu are interpreted as ECMAScript interprets them.
.P
5. The Perl escape sequences \ep, \eP, and \eX are supported only if PCRE2 is
@@ -194,6 +194,6 @@ Cambridge, England.
.rs
.sp
.nf
-Last updated: 18 April 2017
-Copyright (c) 1997-2017 University of Cambridge.
+Last updated: 27 July 2018
+Copyright (c) 1997-2018 University of Cambridge.
.fi