$bool = true; while ($bool) { $str = preg_replace('//i','', $str); if (!(preg_match('//i', $str))){ $bool = false; } }