>> x = “hellont\l"world"”
>> puts x.inspect.gsub( “\\”, “\” ) “hellontl"world"”
OR
>> x = ‘hellontl“world”’