unescapeString
fn
string unescapeString(string string_)Do the reverse of [gda.global.defaultEscapeString]: transforms any "''" into "'", any "\\" into "\" and any "\'" into "'".
Parameters
string_ | string to unescape |
Returns
a new unescaped string, or null in an error was found in string