From: Karl Williamson Date: Sun, 28 Mar 2010 18:16:35 +0000 (-0600) Subject: Slight edits X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=76f2ab4055f543a5188913c04802ca94e2b0fc1e;p=p5sagit%2Fp5-mst-13.2.git Slight edits double word, make table fit in 80 column terminal --- diff --git a/pod/perlre.pod b/pod/perlre.pod index 12a1119..48ca403 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -287,7 +287,7 @@ X<\g> X<\k> X<\K> X \R Linebreak See L for details on -on C<\w>, C<\W>, C<\s>, C<\S>, C<\d>, C<\D>, C<\p>, C<\P>, C<\N>, C<\v>, C<\V>, +C<\w>, C<\W>, C<\s>, C<\S>, C<\d>, C<\D>, C<\p>, C<\P>, C<\N>, C<\v>, C<\V>, C<\h>, and C<\H>. See L for details on C<\R> and C<\X>. @@ -322,7 +322,7 @@ The following Posix-style character classes are available: [[:lower:]] Any lowercase character. [[:print:]] Any printable character, including a space. [[:punct:]] Any graphical character excluding "word" characters. - [[:space:]] Any whitespace character. "\s" plus the vertical tab ("\cK"). + [[:space:]] Any whitespace character. "\s" plus vertical tab ("\cK"). [[:upper:]] Any uppercase character. [[:word:]] A Perl extension, equivalent to "\w". [[:xdigit:]] Any hexadecimal digit.