function mat($str){ $mat = array("нах"=>"*",".ru"=>"*",".tk"=>"*",".com"=>"*","еба"=>"*"," мат "=>"*"); return strtr($str,$mat); }