does that work for end lines in the middle of a string? or a tab? I mean all white space.. On Tue, 28 Sep 2004 12:56:21 +0900, Yukihiro Matsumoto <matz / ruby-lang.org> wrote: > Hi, > > In message "Re: Wish list for 2.0" > on Tue, 28 Sep 2004 12:44:07 +0900, STEPHEN BECKER I V <Becker004 / gmail.com> writes: > > |A deletew or rmwhite where it deletes all the white space from a string > | If you can use delete(/s) or something PLEASE let me know! :) > > str.delete(" ") > > matz. > >