From: mss Date: 2005-01-21T01:41:00+09:00 Subject: Re: Yet another gsub question. Changed: # data.gsub!(/\"/,'*') data.gsub(/\\"/, '"') ....as suggested. Nada. Output is still: ....
... (note the \") Does the same thing as before. Honestly, I can't tell you how many combinations I've tried within gsub. Thus my cries and pleas for help here =/.