mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 07:45:45 +01:00
373 B
373 B
Bank
v::bank(string $countryCode)
Validates a bank.
v::bank("de")->validate("70169464"); // true
v::bank("de")->validate("12345"); // false
These country codes are supported:
- "de" (Germany) - You must add
"malkusch/bav": "~1.0"to yourrequireproperty on composer.json file.
See also: