Displaying 1 result from an estimated 1 matches for "expload".
Did you mean:
exalead
2006 Sep 28
3
ruby alternative to php's implode and expload functions
is there a method similar to php''s expload function in ruby. i have a
database field that contains an array of items, when i output this field
i notice the items are seperated by ''-'' e.g item1-item2-item3.
how would i go about putting them back into an array in ruby. for
example in PHP i would just do this:
$field;...