On 2006-07-27, at 13:41 , Roman Hausner wrote: > I am disappointed to learn that Ruby obviously implements yet another > regular expression library that does not avoid very slow matching > failures. > > Is this being taken care of for the next release? Ruby 1.9 uses a different regex engine, oniguruma. Not sure if it addresses this particular problem.