stripslashes - Un-quotes a quoted string with addslashes().
stripslashes(str)
Returns a string with backslashes stripped off. Eliminates the backslashes from the input string.
str - The input string.
in: res=<{stripslashes('aa\\\'\\"')}>. out: res=aa'".
{{ include("includes/strings.sn") }}
Written by Pusnei Sergey and Caroline Laplante, <sergey@sednove.com>
1.0 2014-09-09 21:24:14 laplante@sednove.com
Edit© 2024 extenso Inc. All rights reserved.