From: C Erler Date: 2005-12-16T05:19:51+09:00 Subject: Re: challenge - regex which matches nothing On 15/12/05, ara.t.howard@noaa.gov wrote: > > > this is the best i've come up with > > %r/^(?!.*)$/m > > comments? > > -a > -- > =============================================================================== > | ara [dot] t [dot] howard [at] noaa [dot] gov > | all happiness comes from the desire for others to be happy. all misery > | comes from the desire for oneself to be happy. > | -- bodhicaryavatara > =============================================================================== > > > /\1/ seems to work.