Click to See Complete Forum and Search --> : stripslashes(php) equivalent for Asp


carstos
May 23rd, 2002, 08:18 AM
Is there an equivalent for php function stripslashes(str) ??
Here is what stripslashes function does:

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