Skip to content

Instantly share code, notes, and snippets.

@JustAyush
Created May 3, 2020 12:49
Show Gist options
  • Select an option

  • Save JustAyush/0a8ea5ef72ac6ce611915cfea1b6d512 to your computer and use it in GitHub Desktop.

Select an option

Save JustAyush/0a8ea5ef72ac6ce611915cfea1b6d512 to your computer and use it in GitHub Desktop.
const phoneNumberPattern = new RegExp("/^98[0,1,4,5,6]{1}[0-9]{7}$/");
const phoneNumberResult = phoneNumberPattern.test('9860922044');
console.log(phoneNumberResult);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment