string test

How do I use bash to test if a line begins with a random number of spaces followed by a letter?

[[ $LINE =~ ^" "+[a-zA-Z] ]] && echo match