need help with regular expression and matches function

need help with regular expression and matches function

if(mystring.matches("?")) == true)

I need to check if mystring starts with number or any letter in alphabet A-D, not sure how to do it.

Thank you in advance for help.