StackOverflow Regex doit contenir un chiffre
"^(?=.*[A-Za-z])(?=.*\d)[A-Za-z\d]{8,}$"
Curious Student
"^(?=.*[A-Za-z])(?=.*\d)[A-Za-z\d]{8,}$"