From: jochen kaechelin Date: 2007-05-28T22:21:06+09:00 Subject: Re: SOLVED remove all whitespaces in a string jochen kaechelin schrieb: > I want to remove all whitespaces in a string. > I know strip to remove whitespaces at the beginning and the end > of the string. > > example: > > " bla @ bla. de " > > should become > > "bla@bla.de" > > How can I achieve this? > > Thanx > > It was I RoR mistake i made.