From fe57f3b7598666107c5e6e9c9ffd844da47ea527 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 8 Jul 2011 11:38:36 -0600 Subject: [PATCH] perlrecharclass: slight reword --- pod/perlrecharclass.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod index f0a6190..1f3eb74 100644 --- a/pod/perlrecharclass.pod +++ b/pod/perlrecharclass.pod @@ -549,9 +549,9 @@ the caret as one of the characters to match, either escape the caret or else don't list it first. In inverted bracketed character classes, Perl ignores the Unicode rules -that normally say that a given character matches a sequence of multiple -characters under caseless C matching, which otherwise could be -highly confusing: +that normally say that certain characters match a sequence of multiple +characters under caseless C matching. Following those rules +can lead to highly confusing situations: "ss" =~ /^[^\xDF]+$/ui; # Matches! -- 2.7.4