Password

A password-type regular expression with the following properties: These password requirements are commonly used, but you are encouraged to use your own regex if needed

  • At least one latin Uppercase letter

  • At least one latin lowercase letter

  • At least one digit

  • Optional special characters (not required)

  • Minimum length at least 8 characters

  • Maximum can be any. Use other rules to specify max length