From: Lee Jarvis Date: 2007-09-17T17:35:05+09:00 Subject: Re: Split Arindam Goswami wrote: > Lee Jarvis wrote: >> Ok guys im looking for something sexy to split this HTML (This HAS to be >> done using split, nothing else) >> >> hi, there, fred, >> >> I would like to split them values into an array, Is there any chance >> this can be done? Because im beginning to think there isn't >> >> Tia > > > There you go --- > f.split(/, |,/) > > where f is your string. Thanks, but i need to values inside the tags, So hello I need hello.. -- Posted via http://www.ruby-forum.com/.