From: ts Date: 2006-07-20T00:42:42+09:00 Subject: Re: Regular-Expressions Problem/Bug >>>>> "R" == Reto Schuettel writes: R> res = [ /(.*)ABC[y]\#$/, R> /(.*)ABC[y]\#/, R> /(.*)ABCy\#$/, R> /(.*)ABCy\#/ ] remove this `(.*)' it's just useless Guy Decoux