We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb31b68 commit 81c6106Copy full SHA for 81c6106
pod/perlretut.pod
@@ -1995,7 +1995,7 @@ to know 1) how to represent Unicode characters in a regexp and 2) that
1995
a matching operation will treat the string to be searched as a sequence
1996
of characters, not bytes. The answer to 1) is that Unicode characters
1997
greater than C<chr(255)> are represented using the C<\x{hex}> notation, because
1998
-C<\x>I<XY> (without curly braces and I<XY> are two hex digits) doesn't
+C<\x>I<XY> (specified as two hex digits without curly braces) doesn't
1999
go further than 255. (Starting in Perl 5.14, if you're an octal fan,
2000
you can also use C<\o{oct}>.)
2001
0 commit comments