Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mariano-aguero/cf4be684d86e843071957598eaaac922 to your computer and use it in GitHub Desktop.
Save mariano-aguero/cf4be684d86e843071957598eaaac922 to your computer and use it in GitHub Desktop.
RegEx para teléfonos de Argentina
/(?<=\s|:)\(?(?:(0?[1-3]\d{1,2})\)?(?:\s|-)?)?((?:\d[\d-]{5}|15[\s\d-]{7})\d+)/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment