<?php $str = "ABcDeFO!.,?:'$#12112"; preg_match_all("/[^AEIOUa-z\W\d]/", $str, $m); var_dump($m);
You have javascript disabled. You will not be able to edit any code.