Re: [Gambas-user] changes to Regexp

2011-03-11 Thread BenoƮt Minisini
> I noitced with old versions of gambas, Regexp.Submatches[0].Text > returns the whole match, .Submatches[1] the first submatch and so on. > But in the latest version this changes and Submartches[0] becomes the > first match. > > see project attached, its output on revision 3564 > re.SubMatches[0]

[Gambas-user] changes to Regexp

2011-03-11 Thread Ian Haywood
I noitced with old versions of gambas, Regexp.Submatches[0].Text returns the whole match, .Submatches[1] the first submatch and so on. But in the latest version this changes and Submartches[0] becomes the first match. see project attached, its output on revision 3564 re.SubMatches[0].Text the brow