This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Implement new regex escape \N
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 16 Jun 2009 06:27:23 +0000 (08:27 +0200)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 16 Jun 2009 06:27:23 +0000 (08:27 +0200)
commitafefe6bfcf9956c77e5f9eee351e3d13be12ea3b
treed26ebf97eda297fc663597c811d91327fa208c43
parent91490fbe1187ee0d1ab27187fe75104690120930
Implement new regex escape \N

\N, like in Perl 6, is equivalent to . but not influenced by /s.
It matches any character except \n. Note that followed by { and
a non-number, \N is still a named character.
embed.fnc
embed.h
proto.h
regcomp.c
t/op/re_tests