X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/e6e3f9264fc098891b39a98a551af8090d6b149a..b81c91435ed95d8d84d43371422272a3f22ebd7d:/pod/perlrequick.pod?ds=sidebyside diff --git a/pod/perlrequick.pod b/pod/perlrequick.pod index d543389..bd44d01 100644 --- a/pod/perlrequick.pod +++ b/pod/perlrequick.pod @@ -162,8 +162,9 @@ character, or the match fails. Then /[a^]at/; # matches 'aat' or '^at'; here '^' is ordinary Perl has several abbreviations for common character classes. (These -definitions are those that Perl uses in ASCII mode with the C modifier. -See L for details.) +definitions are those that Perl uses in ASCII-safe mode with the C modifier. +Otherwise they could match many more non-ASCII Unicode characters as +well. See L for details.) =over 4