Created
July 28, 2023 07:39
-
-
Save dkam/9235188e95b9925afbf6cb0157bd7843 to your computer and use it in GitHub Desktop.
isbn 13 regex
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
/\b(?:97[89]-?)?(?:\d{1,5}-?)?(?:\d{1,7}-?)?(?:\d{1,6}-?)?\d{1,3}\b/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment