Do the reverse of escape_string: transforms any "''" into "'", any "\\" into "\" and any "\'" into "'".
string to unescape
a new unescaped string, or null in an error was found in string
null
string