Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

New post codes for Maritius since 08/15/2014, adds regex for Vietnam. #8

Closed
wants to merge 2 commits into from

Conversation

chaos0815
Copy link
Contributor

changed to plain 6 digit number.

@chaos0815 chaos0815 changed the title New post codes for Maritius since 08/15/2014 New post codes for Maritius since 08/15/2014, adds regex for Vietnam. Aug 31, 2015
@@ -140,7 +140,7 @@ class PostCode extends AbstractValidator
'MY' => '\d{5}',
'MV' => '\d{5}',
'MT' => '[A-Z]{3}[ ]?\d{2,4}',
'MU' => '(\d{3}[A-Z]{2}\d{3})?',
'MU' => '\d{5}',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this correct? You mentioned in the description that it changed to a plain six-digit number, but the regex here is for five

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@weierophinney weierophinney added this to the 2.6.0 milestone Feb 10, 2016
weierophinney added a commit that referenced this pull request Feb 10, 2016
New post codes for Maritius since 08/15/2014, adds regex for Vietnam.
weierophinney added a commit that referenced this pull request Feb 10, 2016
weierophinney added a commit that referenced this pull request Feb 10, 2016
@weierophinney
Copy link
Member

Merged to develop for release with 2.6.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants