mirror of
https://github.com/PCRE2Project/pcre2.git
synced 2025-10-19 19:44:08 +08:00
doc: fix silly confusion about re "strict" (#493)
in Perl, `use strict` has no effect on this feature but instead the "strict" mode referenced applies to `use re 'strict'`
This commit is contained in:

committed by
GitHub

parent
012ab39bd8
commit
6f5a4d9fd0
@@ -228,7 +228,7 @@ handled by PCRE2, either by the interpreter or the JIT. An example is
|
||||
.P
|
||||
23. From release 10.45, PCRE2 gives an error if \ex is not followed by a
|
||||
hexadecimal digit or a curly bracket. It used to interpret this as the NUL
|
||||
character. Perl still generates NUL, but warns in its warning and strict modes.
|
||||
character. Perl still generates NUL, but warns in its warning mode.
|
||||
.
|
||||
.
|
||||
.SH AUTHOR
|
||||
|
Reference in New Issue
Block a user