diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-17 18:54:41 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-17 18:54:41 +0200 |
commit | 71e9c5323d288a57ab4e6570f3aee42167c6d5e7 (patch) | |
tree | 63a0bb654900435f4870cf93412a1750d95fb36d /pod | |
parent | cbf4a1297456c507afef540d31b7fadad2d72425 (diff) | |
download | perl-71e9c5323d288a57ab4e6570f3aee42167c6d5e7.tar.gz |
Add perldelta entry for \N
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl5110delta.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod index afd1b35492..720b5d273b 100644 --- a/pod/perl5110delta.pod +++ b/pod/perl5110delta.pod @@ -109,6 +109,14 @@ to avoid relying on the object's underlying structure). This pragma allows you to lexically disable or enable overloading for some or all operations. (Yuval Kogman) +=head2 C<\N> regex escape + +A new regex escape has been added, C<\N>. It will match any character that +is not a newline, independently from the presence or absence of the single +line match modifier C</s>. (If C<\N> is followed by an opening brace and +by a letter, perl will still assume that a Unicode character name is +coming, so compatibility is preserved.) (Rafael Garcia-Suarez) + =head1 Modules and Pragmata =head2 Pragmata Changes |