Skip to content

Instantly share code, notes, and snippets.

@rgr-dev
Created September 27, 2020 14:29
Show Gist options
  • Save rgr-dev/edb73600bcf57cc1c9033d7e32f0b1c6 to your computer and use it in GitHub Desktop.
Save rgr-dev/edb73600bcf57cc1c9033d7e32f0b1c6 to your computer and use it in GitHub Desktop.
usefull regex list
(?<![\w-])\d{8}(?![\w-]) -- Exactly 8 digits not more not less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment