summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-12-12 20:35:29 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-12-12 20:35:29 +0000
commitf14c76ed18fcf3fc609cea29294703220581a43a (patch)
treea9f2029f27c012fcaf665e055fb0515058f78bed /pod/perlre.pod
parent7e107e90b7bd52c7fb110ac98da6bb7ab38e8959 (diff)
downloadperl-f14c76ed18fcf3fc609cea29294703220581a43a.tar.gz
Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
p4raw-id: //depot/perl@18299 p4raw-integrated: from //depot/maint-5.8/perl@18298 'copy in' pod/perlretut.pod (@17645..) pod/perlre.pod (@18080..) ext/POSIX/t/is.t (@18189..) t/op/subst.t (@18214..) ext/POSIX/t/posix.t (@18271..) t/op/pat.t (@18276..) ext/POSIX/POSIX.pod (@18294..) 'merge in' regexec.c (@18095..)
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r--pod/perlre.pod1
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod
index 5e99fd3af5..85ce658791 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -188,6 +188,7 @@ In addition, Perl defines the following:
\C Match a single C char (octet) even under Unicode.
NOTE: breaks up characters into their UTF-8 bytes,
so you may end up with malformed pieces of UTF-8.
+ Unsupported in lookbehind.
A C<\w> matches a single alphanumeric character (an alphabetic
character, or a decimal digit) or C<_>, not a whole word. Use C<\w+>