é PHP alfanumérico
if(ctype_alnum($string)){
// do something
}
Matthijsmgj
if(ctype_alnum($string)){
// do something
}