Created
November 15, 2017 03:37
-
-
Save momin-riyadh/fecf502f6ae01f882a659ed3b09d12c7 to your computer and use it in GitHub Desktop.
Password Regex/ Pattern
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <form action="" method="post"> | |
| <input type="password" pattern="^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[!@#\$%\^&\*]).{8,}" required> | |
| <input type="submit" value="send"> | |
| </form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment