Ver originalfunction soloLetras($in){ if(preg_match('/[^a-Z]/',$in)) return false; else return true;}