>>>>> "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 Guy Decoux