StackOverflow Regex deve conter um dígito
"^(?=.*[A-Za-z])(?=.*\d)[A-Za-z\d]{8,}$"
Curious Student
"^(?=.*[A-Za-z])(?=.*\d)[A-Za-z\d]{8,}$"