Skip to content

Instantly share code, notes, and snippets.

@gusflopes
Created February 12, 2020 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gusflopes/cd712b52b316cd9ea894707ab92a13cc to your computer and use it in GitHub Desktop.
Save gusflopes/cd712b52b316cd9ea894707ab92a13cc to your computer and use it in GitHub Desktop.
REGEX

Regex Examples

Validar CPF ou CNPJ (com ou sem pontuação)

/(^\d{3}.\d{3}.\d{3}-\d{2}$|^\d{11}$|^\d{14}$|^\d{2}.\d{3}.\d{3}\/\d{4}-\d{2}$)/gm

Validar??

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