Description
Strip escape character on a string or on a arraystatic mixed trimSlashesFromString
( mixed $element,
[
bool $check_gpc
]
);
var_dump(SLS_String::trimSlashesFromString("sls is goin\' to \\\" rules")); // will produce : "sls is goin' to " rules"
Comments
Add your comment