stackoverflow regex debe contener un dígito
"^(?=.*[A-Za-z])(?=.*\d)[A-Za-z\d]{8,}$"
Curious Student
"^(?=.*[A-Za-z])(?=.*\d)[A-Za-z\d]{8,}$"