Last active
January 31, 2022 21:27
-
-
Save wxgrzr/c37535ce6bf7a443f24624b15b9c4b83 to your computer and use it in GitHub Desktop.
helpful regex patterns
This file contains hidden or 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
| # find group of 10 chars (# + ) | |
| (?:[0-9+a-z]{10})$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment