Teste de JavaScript se a string começa com o alfabeto

/^[A-Za-z]/.test(str)
Werdien Jihed