Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 654 Bytes

Iban.md

File metadata and controls

34 lines (23 loc) · 654 Bytes

Iban

  • v::iban()

Validates whether the input is a valid IBAN (International Bank Account Number) or not.

v::iban()->isValid('SE35 5000 0000 0549 1000 0003'); // true
v::iban()->isValid('ch9300762011623852957'); // true

v::iban()->isValid('ZZ32 5000 5880 7742'); // false
v::iban()->isValid(123456789); // false
v::iban()->isValid(''); // false

Categorization

  • Banking

Changelog

Version Description
2.0.0 Created

See also: