Created
April 11, 2014 14:36
-
-
Save anonymous/10474004 to your computer and use it in GitHub Desktop.
Exercícios - Regex
This file contains 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
Para a resposta, basta apresentar a expressão regular utilizada e o parâmetro, caso seja utilizado, | |
1. Dada uma lista de CEPs válidos, escreva uma expressão regular que funcione com todos os itens. | |
04567003 | |
04567-003 | |
04.567-003 | |
04.567.003 | |
04 567 003 | |
04567 003 | |
04567.003 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment