Created
July 2, 2019 19:21
-
-
Save gabrielsaints/854784ddbda4f73a0a666f8d4e6c3c10 to your computer and use it in GitHub Desktop.
Validador de CEP por regex
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
/([0-9]{5}[-])([0-9]){3}$/.test('17055-175') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment