preg_match_all('/([a-zA-Z--]+)/',$x,$ok);
$x="__!! !"; preg_match_all('/([a-zA-Z--]+)/',$x,$ok); for ($i=0; $i<count($ok[1]); $i++) echo $ok[1][$i]."<br>";