Subject: ruby gsub! problem
From: Kev Jackson <kevin.jackson it.fts-vn.com>
Date: Fri, 30 Sep 2005 15:50:57 +0900
Hi all,
I need to escape / in a gsub!
eg
line = line.gsub!(///, '')
Unfortunately I don't know how to escape the / (forward slash) - the
data I'm munging has this in it (annoyingly)
Kev