Created
February 13, 2015 21:20
-
-
Save octavioamu/16592df07748e50157ae to your computer and use it in GitHub Desktop.
cnpj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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