diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-28 16:22:26 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-28 16:22:26 +0000 |
commit | 945c54fd8d2501611a8e97dae49e901ff9478cad (patch) | |
tree | e7be4ebc0dbd9964ba352f90cf3c58042fb44318 /pod/perlre.pod | |
parent | 494f3023e6cb99f0f26ded70a0869fe24d04973e (diff) | |
download | perl-945c54fd8d2501611a8e97dae49e901ff9478cad.tar.gz |
Undo qu. Retract #8814, rewrite op/each part of #8615,
retract toke.c/qu parts of #8583, retract #8485, retract
or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
op/length.t, and MANIFEST, and delete t/op/qu.t.
p4raw-id: //depot/perl@8967
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r-- | pod/perlre.pod | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod index 02dd2cda5d..ce2b9bd952 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 |