Skip to content

Instantly share code, notes, and snippets.

@thaycacac
Created February 1, 2021 08:27
Show Gist options
  • Save thaycacac/f5b02c007c0bbe35e63412577dc2bd8f to your computer and use it in GitHub Desktop.
Save thaycacac/f5b02c007c0bbe35e63412577dc2bd8f to your computer and use it in GitHub Desktop.
Regex
// Phone number
const re = /((09|03|07|08|05)+([0-9]{8})\b)/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment