Skip to content

Instantly share code, notes, and snippets.

@momin-riyadh
Created November 15, 2017 03:37
Show Gist options
  • Select an option

  • Save momin-riyadh/fecf502f6ae01f882a659ed3b09d12c7 to your computer and use it in GitHub Desktop.

Select an option

Save momin-riyadh/fecf502f6ae01f882a659ed3b09d12c7 to your computer and use it in GitHub Desktop.
Password Regex/ Pattern
<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