Strings Php

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