Skip to content

Instantly share code, notes, and snippets.

@dkam
Created July 28, 2023 07:39
Show Gist options
  • Save dkam/9235188e95b9925afbf6cb0157bd7843 to your computer and use it in GitHub Desktop.
Save dkam/9235188e95b9925afbf6cb0157bd7843 to your computer and use it in GitHub Desktop.
isbn 13 regex
/\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