| Title |
Test
Find
Iranian IBAN (Sheba) Regex (Javascript)
|
| Expression |
/^(?:IR)(?=.{24}$)[0-9]*$/gi |
| Description |
This regex has validate the Iranian IBAN (Sheba) for Javascript |
| Matches |
IR123000000987654321012345 | ir123000000987654321012345 | Ir123000000987654321012345 |
| Non-Matches |
123000000987654321012345 | Ir12300000098765432101 | IR 123000000987654321012345 |
| Author |
Rating:
Not yet rated.
Hamid Hosseinvand
|
| Source |
|
| Your Rating |
|