diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-06-24 15:46:40 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-06-24 15:46:40 +0000 |
commit | 38a44b824c7566670d69f5e214106e1866ce72fe (patch) | |
tree | 8938dc96d0dae69214f68d7f8ce3fd0b5ef95b7d /pod/perlre.pod | |
parent | cb23d5b19261a41b403a114d55551ddac48af175 (diff) | |
download | perl-38a44b824c7566670d69f5e214106e1866ce72fe.tar.gz |
s/\bunicode\b/Unicode/; # For everything not dual life
p4raw-id: //depot/perl@31455
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r-- | pod/perlre.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod index 75717293c2..0f9ded3d0c 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -261,7 +261,7 @@ X<word> X<whitespace> X<character class> X<backreference> optionally be wrapped in curly brackets for safer parsing. \g{name} Named backreference \k<name> Named backreference - \N{name} Named unicode character, or unicode escape + \N{name} Named Unicode character, or Unicode escape \x12 Hexadecimal escape sequence \x{1234} Long hexadecimal escape sequence \K Keep the stuff left of the \K, don't include it in $& |