respect-validation/docs/CountryCode.md

21 lines
245 B
Markdown
Raw Normal View History

2015-01-30 09:40:06 +01:00
# CountryCode
- `CountryCode()`
2015-01-30 09:40:06 +01:00
Validates an ISO country code like US or BR.
```php
v::countryCode()->validate('BR'); // true
2015-01-30 09:40:06 +01:00
```
## Changelog
Version | Description
--------|-------------
0.5.0 | Created
***
2015-01-30 09:40:06 +01:00
See also:
* [Tld](Tld.md)