-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
You have some regex patterns wrong. PT and JP don't have optional dash "-".
in PT, the number 1233123 will validate and that is incorrect. Zip codes for Portugal must have the pattern NNNN-NNN. The correct pattern should be ^\d{4}-\d{3}$
For japan, the correct pattern should be ^\d{3}-\d{4}$
Metadata
Metadata
Assignees
Labels
No labels