unescapeString

Do the reverse of gda.global.defaultEscapeString: transforms any "''" into "'", any "\\" into "\" and any "\'" into "'".

string
unescapeString
(
string string_
)

Parameters

string_ string

string to unescape

Return Value

Type: string

a new unescaped string, or null in an error was found in string