mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 15:25:45 +01:00
431 B
431 B
CurrencyCode
CurrencyCode()
Validates an ISO 4217 currency code like GBP or EUR.
v::currencyCode()->validate('GBP'); // true
Categorization
- ISO codes
- Localization
Changelog
| Version | Description |
|---|---|
| 2.0.0 | Became case-sensitive |
| 1.0.0 | Created |
See also: