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)
>>
>> <b>hi</b>, <b>there</b>, <b>fred</b>,
>>
>> 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 <b> tags, So <b>hello</b> I need
hello..
--
Posted via
http://www.ruby-forum.com/.