eg: str = "a b c d"
newStr = str.sub(" ", ", ")
gives me output a, b c d
what i want is a, b, c, d
ow do i make this happen sub isnt doing it for me i guess. I been
looking all through the ruby-doc to no avail.
--
Posted via http://www.ruby-forum.com/.