KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
iran-sheba
★ 27
Open GitHub ↗
Validate and Recognize IBAN in Iran
Download README (.md)
Explore Similar Repositories
Iban
:
[Deprecated] Validating and generating international :bank: bank account numbers (IBAN)
iban-tools
:
Validate IBAN numbers
bankster
:
An IBAN account numbers and BIC validation tool for Elixir.
iban
:
PHP IBAN validation library
laravel-spanish-validator
:
Laravel validator for spanish stuff: NIF, NIE, CIF, NSS, IBAN, Postal Code, Phone numbers
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
iran-sheba
?
Download (.md)
# iran-sheba A javascript library to validate and recognize IBAN (International Bank Account Number, Sheba) IBAN (Sheba) validation and Recognition in javascript. To use iran sheba you just need to: npm install iran-sheba --save ## Usage How to use it: ```js var Sheba = require('iran-sheba'); console.log(Sheba.isValid('IR012345678901234567890123')); console.log(Sheba.recognize('IR012345678901234567890123')); ``` # To Do: - extract account number - add following banks: sina # Suggestions? Drop an email to r.ghorbani.f@gmail.com Open issues Submit PRs.