X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlre.pod;h=ce2b9bd952e6679fd62d26ce67edc476c366178f;hb=5ad8ef521b3ffc4e6bbbb9941bc4940d442b56b2;hp=02dd2cda5d8260ce0421f39218d9070d90372e7c;hpb=fb55449c820151ec18475c38cc3361fa88eb0a1b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlre.pod b/pod/perlre.pod index 02dd2cd..ce2b9bd 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -179,7 +179,6 @@ In addition, Perl defines the following: \X Match eXtended Unicode "combining character sequence", equivalent to C<(?:\PM\pM*)> \C Match a single C char (octet) even under utf8. - (Currently this does not work correctly.) A C<\w> matches a single alphanumeric character or C<_>, not a whole word. Use C<\w+> to match a string of Perl-identifier characters (which isn't