From: Logan Capaldo Date: 2005-05-06T08:58:37+09:00 Subject: Re: String Manipulation Nuby Question Ok Ok I admit it! I forgot the squeeze! ;-) To reiterate: "#{title} #{forename} #{surname}".strip.squeeze On 5/5/05, Dominik Schl�tter wrote: > Hi, > > Logan Capaldo wrote: > > > "#{title} #{forename} #{surname}".strip > > But that would leave double spaces in the middle if 'forename' was > empty, wouldn't it? > > Regards, > > Dominik. > >