Skip to content

Commit

Permalink
Merge ebb165b into 09b6dd7
Browse files Browse the repository at this point in the history
  • Loading branch information
majidh1 authored Dec 3, 2023
2 parents 09b6dd7 + ebb165b commit 6c06be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regexList/BankCardNumber.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "بررسی شماره کارت بانکی",
"description": "شماره کارت بانکی شماره کارت بانکی ۱۶ رقم دارد و هیچ حرف انگلیسی یا فارسی در آن به کار نمی‌رود",
"regex": "[2569]{1}[\d]{15}",
"regex": "[2569]{1}[\\d]{15}",
"passTest": [
"6037251221121221",
"5022291076442290",
Expand Down

0 comments on commit 6c06be9

Please sign in to comment.