escapeString

Escapes string to make it understandable by a DBMS. The escape method is very common and replaces any occurrence of "'" with "''" and "\" with "\\"

string
escapeString
(
string string_
)

Parameters

string_ string

string to escape

Return Value

Type: string

a new string