Skip to content

Instantly share code, notes, and snippets.

@kumarldh
Created August 31, 2015 04:10
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 kumarldh/a05297835b0d0b5a4ec1 to your computer and use it in GitHub Desktop.
Save kumarldh/a05297835b0d0b5a4ec1 to your computer and use it in GitHub Desktop.
var re = /[789]\d{9}$/;
re.test(9876543210);
re.test(8765432109);
re.test(7654321098);
re.test(6543210987);
re.test(5432109876);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment