From: Ben Bleything Date: 2010-02-07T05:00:05+09:00 Subject: Re: match/scan does not return multiple matches On Sat, Feb 6, 2010 at 11:47 AM, Michal Suchanek wrote: > Actually they are allowed, otherwise I would not get a match at all. > Note also that I have manually unnested them in the example. The > problem is that repeated matches of the group are not returned. Even so, I still think that there is a bug in your regex. I can't find it, but I tried the same regular expression in perl and in Reggy, a regex tool for osx (http://reggyapp.com/). Both cases only matched the one a. Ben