mirror of
https://github.com/Respect/Validation.git
synced 2026-03-18 08:09:51 +01:00
The current documentation is hosted via GitHub pages rendered by "Couscous". Every time we need a new version of the documentation published we need to manually execute the "couscous". This commit reorganize the documentation to be published to "Read the Docs" because it will also allow us to have documentations per version of the library most importantly provider a search field for the documentation. The documentation will be then published on: https://respect-validation.readthedocs.io/ Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
419 B
419 B
Bic
v::bic(string $countryCode)
Validates a BIC (Bank Identifier Code) for a given country.
v::bic("de")->validate("VZVDDED1XXX"); // true
v::bic("de")->validate("VZVDDED1"); // true
Theses country codes are supported:
- "de" (Germany) - You must add
"malkusch/bav": "~1.0"to yourrequireproperty on composer.json file.
See also: