I have the follow line:
text.gsub(/,\ /,'| ').first
But in addition to the first item, I want to apply it to the second item.
How can I do that?
I have the follow line:
text.gsub(/,\ /,'| ').first
But in addition to the first item, I want to apply it to the second item.
How can I do that?