Waldemar Horwat (2015-10-12T20:01:12.000Z)
On 10/10/2015 03:48, Erik Corry wrote:
>
>
> On Sat, Oct 10, 2015 at 12:47 AM, Waldemar Horwat <waldemar at google.com <mailto:waldemar at google.com>> wrote:
>
>     It's not a superset.  Captures would match differently.
>
>
> Can you elaborate?  How would they be different?

If you have a capture inside a loop (controlled, say, by {n}), one of the proposals would capture the first instance, while the other proposal would capture the last instance.

     Waldemar
d at domenic.me (2015-10-12T20:40:06.273Z)
On 10/10/2015 03:48, Erik Corry wrote:

> Can you elaborate?  How would they be different?

If you have a capture inside a loop (controlled, say, by {n}), one of the proposals would capture the first instance, while the other proposal would capture the last instance.