From: Binh Ly Date: 2008-09-22T15:24:07+09:00 Subject: Ruby GSUB question Hello All, In Ruby if I have the string: Remove How would I go about replacing the single quotes ', with a backslash and single quote? \' Ultimately I'd like to arrive at the string below: Remove Every variation of GSUB that I've tried has yet to yield that second string. Any assistance would be greatly appreciated. Thank you, Binh -- Posted via http://www.ruby-forum.com/.