Skip to content

Instantly share code, notes, and snippets.

@juizmill
Created April 29, 2014 06:24
Show Gist options
  • Select an option

  • Save juizmill/11392019 to your computer and use it in GitHub Desktop.

Select an option

Save juizmill/11392019 to your computer and use it in GitHub Desktop.
Regex formato de CPF simples
^(\d{3}[.]){2}\d{3}[-]\d{2}$
Exemplo:
999.999.999-99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment