From 56e1c5aa51eb9e2d3837eb510ca49bc17cd2b036 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 10 Jul 2011 14:26:58 -0600 Subject: [PATCH] perlrecharclass: nit --- pod/perlrecharclass.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod index 1f3eb74..aac1c27 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 certain characters match a sequence of multiple -characters under caseless C matching. Following those rules -can lead to highly confusing situations: +that normally say that certain characters should match a sequence of +multiple characters under caseless C matching. Following those +rules could lead to highly confusing situations: "ss" =~ /^[^\xDF]+$/ui; # Matches! -- 2.7.4