Unescapes String
txt = tools.unquote(txt)
Returns a correct version of the string txt.
txt
e.g.
local s = tools.unquote('My\\tString\\r\\n') -- -> s = 'My\tString\r\n'