mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
352 B
352 B
CurrencyCode
CurrencyCode()
Validates an ISO 4217 currency code like GBP or EUR.
v::currencyCode()->validate('GBP'); // true
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Created |
See also: