<? if ( preg_match("/[a-z347]+/", "AB asdf123123asdfasdf", $array) ) { print "<pre>\n"; print_r( $array ); print "</pre>\n"; } ?>