Skip to content

Instantly share code, notes, and snippets.

@mayorJAY
Last active January 29, 2022 19:53
Show Gist options
  • Save mayorJAY/6f66f0287c79ca5de932e6d29c54035f to your computer and use it in GitHub Desktop.
Save mayorJAY/6f66f0287c79ca5de932e6d29c54035f to your computer and use it in GitHub Desktop.
String regex = "^(((?=.*[a-z])(?=.*[A-Z])(?=.*\\d))|((?=.*[A-Z])(?=.*\\d)(?=.*[@$!%*#?&]))|((?=.*[a-z])(?=.*[A-Z])(?=.*[@$!%*#?&]))|((?=.*[a-z])(?=.*\\d)(?=.*[@$!%*#?&])))(?=\\S+$).{8,}$";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment