I'd check this using regex like this:
"MYabcVaLUe".matches( "^[a-fG-Z]+$") // true "JaCKsoN".matches( "^[a-fG-Z]+$") // false