mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 07:45:45 +01:00
417 B
417 B
PostalCode
v::postalCode(string $countryCode)
Validates a postal code according to the given country code.
v::numeric()->postalCode('BR')->validate('02179000'); //true
v::numeric()->postalCode('BR')->validate('02179-000'); //true
v::numeric()->postalCode('US')->validate('02179-000'); //false
Extracted from GeoNames.
See also: