function

stripslashes . string . sncode

VERSIONlatest Un-quotes a quoted string

STRIPSLASHES(1e)

NAME

stripslashes - Un-quotes a quoted string: eliminates the antislashes from the input string. 

SYNOPSIS

stripslashes(str)

DESCRIPTION

 

PARAMETERS

str
The input string.

RETURN

Returns the stripped string.

EXAMPLES

in:  res=<{stripslashes('aa\\\'\\"')}>.
out: res=aa'".

AUTHOR

Written by Pusnei Sergey and Caroline Laplante, <sergey@sednove.com>