StripSlashes

StripSlashes -- un-quote string quoted with addslashes

Description

string stripslashes(string str);

Returns a string with backslashes stripped off. (\' becomes ' and so on.) Double backslashes are made into a single backslash.

See also addslashes().