From: Devi Web Development Date: 2007-11-02T05:00:17+09:00 Subject: Re: Sorting a string... On 10/31/07, Brian Adkins wrote: > # splort for split sort ;) > def splort s > s.split('').sort!.join('') > end The sort! is unnecessary, use sort (no exclamation) ------------------------------------------- Daniel Brumbaugh Keeney Devi Web Development Devi.WebMaster@gMail.com -------------------------------------------