unescape_string
Description:
Unescapes str for use within an SQL command.
This is the exact opposite of escape_string.
Parameters:
| this |
a server provider. |
| cnc |
a Connection object, or null |
| str |
a string to escape |
Returns:
|
a new string |