Skip to content

adexoxo13/password-validator-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

About

This repo is about password validation JS using regex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published