# CountryCode

- `v::countryCode()`

Validates an ISO country code like US or BR.

```php
v::countryCode()->validate('BR'); // true
```

***
See also:

  * [Tld](Tld.md)
