$isTure=preg_match('/^[a-zA-Z]+$/',$acn);
if($isTure){
echo '匹配成功';
}else{
echo '格式错误';
}