Skip to content

Instantly share code, notes, and snippets.

@theodorehills
Created May 14, 2022 03:48
Show Gist options
  • Save theodorehills/ae1468b2e2d6ec6921e86cf86130167d to your computer and use it in GitHub Desktop.
Save theodorehills/ae1468b2e2d6ec6921e86cf86130167d to your computer and use it in GitHub Desktop.
final String chars = "abcdefghijklmnopqrstuvwxyz";
final String upperChars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
final String digits = "1234567890";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment