From 3bec356411ea30186c2876cb56cbf5d69845ed32 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 1 Dec 2000 06:45:53 +0000 Subject: Get the three different space character classes right under utf8. p4raw-id: //depot/perl@7940 --- pod/perlre.pod | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pod/perlre.pod') diff --git a/pod/perlre.pod b/pod/perlre.pod index 182f5bd03f..c5ecb13c40 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -225,19 +225,21 @@ whole character class. For example: matches zero, one, any alphabetic character, and the percentage sign. If the C pragma is used, the following equivalences to Unicode -\p{} constructs hold: +\p{} constructs and equivalent backslash character classes (if available), +will hold: alpha IsAlpha alnum IsAlnum ascii IsASCII blank IsSpace cntrl IsCntrl - digit IsDigit + digit IsDigit \d graph IsGraph lower IsLower print IsPrint punct IsPunct space IsSpace + IsSpacePerl \s upper IsUpper word IsWord xdigit IsXDigit -- cgit v1.2.1