Exemple #1
0
 public function get_cleaned_value($value)
 {
     return parent::get_cleaned_value(preg_replace('`[\\x00-\\x19]`i', '', $value));
 }