From: dblack@... Date: 2005-12-16T05:03:29+09:00 Subject: Re: challenge - regex which matches nothing Hi -- On Fri, 16 Dec 2005, ara.t.howard@noaa.gov wrote: > > > this is the best i've come up with > > %r/^(?!.*)$/m How about: /[^\w\W]/ David -- David A. Black dblack@wobblini.net "Ruby for Rails", forthcoming from Manning Publications, April 2006!