Created
September 27, 2020 14:29
-
-
Save rgr-dev/edb73600bcf57cc1c9033d7e32f0b1c6 to your computer and use it in GitHub Desktop.
usefull regex list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(?<![\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