How to make username at least have one alphabet ??

Hello guys.. sorry for my bad english.

in user registeration option -> username regular expression -> i put this code:

^[A-Z0-9._]+$

everything work perfect, but how to modify that code to make user that want to register must have at least one Alphabet in ther username? or maybe two alphabet.

thanks alot
 
Top