mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 15:50:03 +01:00
281 B
281 B
CurrencyCode
v::currencyCode()
Validates an ISO 4217 currency code like GBP or EUR.
v::currencyCode()->validate('GBP'); // true
See also: