respect-validation/docs/CurrencyCode.md
Henrique Moody 66027b85a5 Documentation improvements
- Add a space after comments with `//`;
- Add missing "See also" sections in some files
2015-10-19 22:55:05 -02:00

15 lines
281 B
Markdown

# CurrencyCode
- `v::currencyCode()`
Validates an [ISO 4217](http://en.wikipedia.org/wiki/ISO_4217) currency code like GBP or EUR.
```php
v::currencyCode()->validate('GBP'); // true
```
***
See also:
* [CountryCode](CountryCode.md)
* [SubdivisionCode](SubdivisionCode.md)