Displaying page
of
pages;
Items to
Title |
Test
Details
Iranian IBAN (Sheba) Regex
|
Expression |
^(?i:IR)(?=.{24}$)[0-9]*$
|
Description |
This regex has validate the Iranian IBAN (Sheba)
|
Matches |
IR123000000987654321012345 | ir123000000987654321012345 | Ir123000000987654321012345
|
Non-Matches |
123000000987654321012345 | Ir12300000098765432101 | IR 123000000987654321012345
|
Author |
Rating:
Hamid Hosseinvand
|
Title |
Test
Details
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
|
Displaying page
of
pages;
Items to