Sanitation::filter — Allows you to filter the data with PHP's filter_var function.
public mixed Sanitation::filter ( string $data, $filter = FILTER_DEFAULT )
Returns the filtered data, or FALSE if the filter fails.