Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 348 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 348 Bytes

password-validator-

This repo is about password validation JS using regex we need to write regex that will validate a password to make sure it meets the following criteria

  • At least six characters long
  • contains a lowercase letter
  • contains an uppercase letter
  • contains a number Valid passwords will only be alphanumeric characters.