System:Security:clean slashes

From Aspen Documentation

Strips slashes from string or array using the stripslashes function. Runs by default on all queries prepared using the Model class.

Since 1.0

Arguments

mixed clean_slashes (mixed $data)

data
String or array to be sanitized.

Returns

Returns a string or array.

Examples

Example:

$this->APP->clean_slashes('here is some \"text\"');