David, What do you think of this wording> On Thu Apr 03 03:24:24 2014, zefram@fysh.org wrote: > Karl Williamson via RT wrote: > >+We haven't come up with a definition for C<S{min,max}> which is easy to > >+grasp and captures all the nuances correctly (patches welcome, > >+L<perbug@perl.org|mailto:perbug@perl.org>), > > /S{min,max}/ for min != max does behave as /S{min,max-1}S?/, unless > the matching of S has side effects that make failing executions > visible. More precisely and completely, /S{min,max}/ is equivalent to > /S{min}(?:S(?:S(?:...)?)?)?/, with max-min nested optional matches. > > > =item C<S{min,max}?> > > /S{min,max-1}?S??/ or /S{min}(?:S(?:S(?:...)??)??)??/. > > -zefram > -- Karl Williamson --- via perlbug: queue: perl5 status: open https://rt.perl.org/Ticket/Display.html?id=114804Thread Next