Skip to content

Instantly share code, notes, and snippets.

@hperantunes
Created March 5, 2020 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hperantunes/b80f956183017e531a8a3fdb78c8b659 to your computer and use it in GitHub Desktop.
Save hperantunes/b80f956183017e531a8a3fdb78c8b659 to your computer and use it in GitHub Desktop.
const pattern = /[^\d.,-]|[.,]{2,}|(?<=.)-/;
console.log("1-1".match(pattern));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment