Skip to content

Instantly share code, notes, and snippets.

@v-vashchenko
Created July 5, 2019 07:42
Show Gist options
  • Save v-vashchenko/5872f63d345a84e6e4d0a31f212482bf to your computer and use it in GitHub Desktop.
Save v-vashchenko/5872f63d345a84e6e4d0a31f212482bf to your computer and use it in GitHub Desktop.
const pattern = /^\d{0,4}(\.\d{0,4})?$/;
console.log('@@@MATCH', pattern.test(text));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment