Skip to content

Instantly share code, notes, and snippets.

@SanjayBoricha
Created October 5, 2019 15:09
Show Gist options
  • Save SanjayBoricha/c23c6f745a1744ac2584232ca4c30c42 to your computer and use it in GitHub Desktop.
Save SanjayBoricha/c23c6f745a1744ac2584232ca4c30c42 to your computer and use it in GitHub Desktop.
// 0-9, a-z, A-Z, one special character :
const regex = (?=.[a-z])(?=.[A-Z])(?=.[0-9])(?=.[!@#$%^&]).{8,});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment