Skip to content

Instantly share code, notes, and snippets.

@serrasqueiro
Last active June 18, 2024 15:36
Show Gist options
  • Save serrasqueiro/386cdc220ab3fdcea5927fdd7c4d4553 to your computer and use it in GitHub Desktop.
Save serrasqueiro/386cdc220ab3fdcea5927fdd7c4d4553 to your computer and use it in GitHub Desktop.
regexp de telefones

Mobile phones, sample

  1. (here) regex101 - sample
    • ^(\+\d{1,3}\s?)?\(?(\d{2,3})\)?[\s.-]?(\d{3}[\s.-]?\d{4})$
    • example: +1 (508) 3334444
      • 0-16: +1 (508) 3334444
      • 0-3 +1 4-7 508
      • 9-16 3334444

Hints - vCard formatting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment