Skip to content

Commit

Permalink
RT 78818 Sync the description of \E in perlop with perlre
Browse files Browse the repository at this point in the history
Posted by Niko Tyni

Commit 9bb1f94 fixed the description of \E in perlre.pod to include
the 'end quoted section' functionality, so update the similar list in
perlop.pod too.

Triggered by http://bugs.debian.org/126238
  • Loading branch information
briandfoy committed Nov 4, 2010
1 parent 5b86764 commit 7e31b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/perlop.pod
Original file line number Diff line number Diff line change
Expand Up @@ -1190,8 +1190,8 @@ X<\l> X<\u> X<\L> X<\U> X<\E> X<\Q>
\u uppercase next char
\L lowercase till \E
\U uppercase till \E
\E end case modification
\Q quote non-word characters till \E
\E end either case modification or quoted section

If C<use locale> is in effect, the case map used by C<\l>, C<\L>,
C<\u> and C<\U> is taken from the current locale. See L<perllocale>.
Expand Down

0 comments on commit 7e31b64

Please sign in to comment.