From: Gregory Seidman Date: 2007-09-17T09:44:15+09:00 Subject: Re: Split On Mon, Sep 17, 2007 at 09:03:52AM +0900, 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 > > Oh, i want all the values inside the tags, btw str.split(/|<\/b>,|<\/b>, /) > Tia --Greg