Regular Expression Collection Password with 3 types of character: alphabet, number, and special character. const passwordRegExp = /^(?=.*([a-zA-Z].*))(?=.*[\d].*)(?=.*[!@#$%^&*\-+].*)[a-zA-Z\d!@#$%^&*\-+]{12,20}$/