summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGisle Aas <gisle@aas.no>1998-08-05 02:41:04 +0200
committerGurusamy Sarathy <gsar@cpan.org>1998-08-08 22:33:10 +0000
commit22244bdbbe5e55ece3797eb1c4fed22e93953c4c (patch)
treeb38f03ce7238c961063b723165f7465f4137620b /lib
parent0fa1278611917eb19e7164fbdbdc98dab8368e2a (diff)
downloadperl-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')
-rw-r--r--lib/utf8.pm2
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 *