Skip to content

Instantly share code, notes, and snippets.

@wxgrzr
Last active January 31, 2022 21:27
Show Gist options
  • Save wxgrzr/c37535ce6bf7a443f24624b15b9c4b83 to your computer and use it in GitHub Desktop.
Save wxgrzr/c37535ce6bf7a443f24624b15b9c4b83 to your computer and use it in GitHub Desktop.
helpful regex patterns
# find group of 10 chars (numbers and letters - lowercase)
(?:[0-9+a-z]{10})$
ex: "ja4xwjaen2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment