unescapeString

fnstring 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