Author: moritz
Date: 2009-05-03 21:17:22 +0200 (Sun, 03 May 2009)
New Revision: 26645

Modified:
   docs/Perl6/Spec/S05-regex.pod
Log:
[S05] a quantified capture that matches zero times produces a Nil

Modified: docs/Perl6/Spec/S05-regex.pod
===================================================================
--- docs/Perl6/Spec/S05-regex.pod       2009-05-03 18:19:33 UTC (rev 26644)
+++ docs/Perl6/Spec/S05-regex.pod       2009-05-03 19:17:22 UTC (rev 26645)
@@ -2694,7 +2694,7 @@
 If a subpattern is directly quantified (using I<any> quantifier), it no
 longer produces a single C<Match> object. Instead, it produces a list
 of C<Match> objects corresponding to the sequence of individual matches
-made by the repeated subpattern.
+made by the repeated subpattern (or a C<Nil> if it matched zero times).
 
 =item *
 

Reply via email to