On Thu, 20 Jul 2006, ts wrote: > >>>>> "R" == Reto Schuettel <reto-ruby-core / schuettel.ch> writes: > > R> res = [ /(.*)ABC[y]\#$/, > R> /(.*)ABC[y]\#/, > R> /(.*)ABCy\#$/, > R> /(.*)ABCy\#/ ] > > remove this `(.*)' it's just useless Oh, yes, you can get that with MatchData#prematch. That's worth testing to see how that affects performance. > > > Guy Decoux > >