Skip to content

Instantly share code, notes, and snippets.

@octavioamu
Created February 13, 2015 21:20
Show Gist options
  • Save octavioamu/16592df07748e50157ae to your computer and use it in GitHub Desktop.
Save octavioamu/16592df07748e50157ae to your computer and use it in GitHub Desktop.
cnpj
<input type="text" pattern="\d{2}.?\d{3}.?\d{3}/?\d{4}-?\d{2}|(^\d{3}\.\d{3}\.\d{3}-\d{2})|(^\d{3}\d{3}\d{3}\d{2})$" id="cadastro-cnpj" placeholder="00.000.000/0000-00" required><!-- 00.000.000/0000-00 ou 000.000.000-00 ou 00000000000 -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment