X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/25cf8c221694f204b8dcdb15a864ea224c360401..797ec949266bfaee6f1330e7f98324e3d31c8f61:/pod/perlre.pod diff --git a/pod/perlre.pod b/pod/perlre.pod index f2ce3ff..c0d4e89 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -198,8 +198,8 @@ C<\d>, and C<\D> within character classes, but if you try to use them as endpoints of a range, that's not a range, the "-" is understood literally. If Unicode is in effect, C<\s> matches also "\x{85}", "\x{2028}, and "\x{2029}", see L for more details about -C<\pP>, C<\PP>, and C<\X>, and L about Unicode in -general. +C<\pP>, C<\PP>, and C<\X>, and L about Unicode in general. +You can define your own C<\p> and C<\P> propreties, see L. The POSIX character class syntax