Strings Php

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