php menghapus karakter bukan angka atau huruf

$res = preg_replace("/[^a-zA-Z0-9\s]/", "", $string);
Alberto Peripolli