perlrecharclass: slight reword
authorKarl Williamson <public@khwilliamson.com>
Fri, 8 Jul 2011 17:38:36 +0000 (11:38 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 9 Jul 2011 18:37:17 +0000 (12:37 -0600)
pod/perlrecharclass.pod

index f0a6190..1f3eb74 100644 (file)
@@ -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</i> matching, which otherwise could be
-highly confusing:
+that normally say that certain characters match a sequence of multiple
+characters under caseless C</i> matching.  Following those rules
+can lead to highly confusing situations:
 
  "ss" =~ /^[^\xDF]+$/ui;   # Matches!