diff options
author | Gisle Aas <gisle@aas.no> | 1998-08-05 02:41:04 +0200 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-08 22:33:10 +0000 |
commit | 22244bdbbe5e55ece3797eb1c4fed22e93953c4c (patch) | |
tree | b38f03ce7238c961063b723165f7465f4137620b /lib/utf8.pm | |
parent | 0fa1278611917eb19e7164fbdbdc98dab8368e2a (diff) | |
download | perl-22244bdbbe5e55ece3797eb1c4fed22e93953c4c.tar.gz |
utf8 doc tweak
Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
Subject: Matching clumps
p4raw-id: //depot/perl@1766
Diffstat (limited to 'lib/utf8.pm')
-rw-r--r-- | lib/utf8.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utf8.pm b/lib/utf8.pm index be46d17230..35a478d10d 100644 --- a/lib/utf8.pm +++ b/lib/utf8.pm @@ -98,7 +98,7 @@ The special pattern C<\X> match matches any extended Unicode sequence (a "combining character sequence" in Standardese), where the first character is a base character and subsequent characters are mark characters that apply to the base character. It is equivalent to -C<(?:\pM\PM*)>. +C<(?:\PM\pM*)>. =item * |