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:
Carlo Marcelo Arenas Belón
2024-09-24 08:28:52 -07:00
committed by GitHub
parent 012ab39bd8
commit 6f5a4d9fd0
3 changed files with 7 additions and 7 deletions

View File

@@ -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