Skip to content

Instantly share code, notes, and snippets.

@readyyyk
Last active July 11, 2024 18:11
Show Gist options
  • Save readyyyk/1b9a2ff6467f18513b382a32d15fe192 to your computer and use it in GitHub Desktop.
Save readyyyk/1b9a2ff6467f18513b382a32d15fe192 to your computer and use it in GitHub Desktop.
BY number check regex
const phoneBYRegex = /^\+375 ?(\d{2}|\(\d{2}\)) ?\d{3}[- ]?\d{2}[- ]?\d{2}$/;
module.exports = phoneBYRegex;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment