From: Gurusamy Sarathy Date: Wed, 5 Aug 1998 01:16:40 +0000 (+0000) Subject: perlre.pod tweak suggested by Mike Wescott X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=aca73f0474778cc5208aacc2dfe6ce2c6bba2f4a;p=p5sagit%2Fp5-mst-13.2.git perlre.pod tweak suggested by Mike Wescott p4raw-id: //depot/maint-5.005/perl@1732 --- diff --git a/pod/perlre.pod b/pod/perlre.pod index 66299f1..2b910b6 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -388,7 +388,7 @@ C at the beginning of string, leaving no C for C to match. In contrast, C will match the same as C, since the match of the subgroup C is influenced by the following group C (see L<"Backtracking">). In particular, C inside C will match -less characters that a standalone C, since this makes the tail match. +fewer characters than a standalone C, since this makes the tail match. An effect similar to C<(?Epattern)> may be achieved by