X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlre.pod;h=5e99fd3af51f52a8979f8f453e2a58ced741919f;hb=a5c16299e4688e58a2a7b276af191a614da68f07;hp=bb521139ca5887be64a11ced5c165cf25d2c448a;hpb=8b19b778095c65c753c5e9d223cac7401a43bd7f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlre.pod b/pod/perlre.pod index bb52113..5e99fd3 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -121,7 +121,8 @@ The following standard quantifiers are recognized: {n,m} Match at least n but not more than m times (If a curly bracket occurs in any other context, it is treated -as a regular character.) The "*" modifier is equivalent to C<{0,}>, the "+" +as a regular character. In particular, the lower bound +is not optional.) The "*" modifier is equivalent to C<{0,}>, the "+" modifier to C<{1,}>, and the "?" modifier to C<{0,1}>. n and m are limited to integral values less than a preset limit defined when perl is built. This is usually 32766 on the most common platforms. The actual limit can