Verifique se algo é uma carta em JS

string.charAt(1).toUpperCase() !== string.charAt(1).toLowerCase()
Jittery Jaguar