Skip to content

Commit 81c6106

Browse files
Grinnzkhwilliamson
authored andcommitted
perlretut: clarify confusing parenthetical
Resolves #22260
1 parent fb31b68 commit 81c6106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perlretut.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1995,7 +1995,7 @@ to know 1) how to represent Unicode characters in a regexp and 2) that
19951995
a matching operation will treat the string to be searched as a sequence
19961996
of characters, not bytes. The answer to 1) is that Unicode characters
19971997
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
1998+
C<\x>I<XY> (specified as two hex digits without curly braces) doesn't
19991999
go further than 255. (Starting in Perl 5.14, if you're an octal fan,
20002000
you can also use C<\o{oct}>.)
20012001

0 commit comments

Comments
 (0)