mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 07:45:45 +01:00
20 lines
243 B
Markdown
20 lines
243 B
Markdown
# CountryCode
|
|
|
|
- `CountryCode()`
|
|
|
|
Validates an ISO country code like US or BR.
|
|
|
|
```php
|
|
v::countryCode()->validate('BR'); // true
|
|
```
|
|
|
|
## Changelog
|
|
|
|
Version | Description
|
|
--------|-------------
|
|
0.5.0 | Created
|
|
|
|
***
|
|
See also:
|
|
|
|
- [Tld](Tld.md)
|