From: Jarkko Hietaniemi Date: Wed, 3 Sep 2003 15:51:35 +0000 (+0000) Subject: Also indicate the Unicode level here. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=14bb0a9a08468b34d6bd39a990c2bd5d097cab1f;p=p5sagit%2Fp5-mst-13.2.git Also indicate the Unicode level here. (The last date is non-committal :-) p4raw-id: //depot/perl@21019 --- diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 106012c..5f9ee29 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -177,6 +177,10 @@ You can also use negation in both C<\p{}> and C<\P{}> by introducing a caret (^) between the first brace and the property name: C<\p{^Tamil}> is equal to C<\P{Tamil}>. +B + Here are the basic Unicode General Category properties, followed by their long form. You can use either; C<\p{Lu}> and C<\p{UppercaseLetter}>, for instance, are identical.