Skip to content

Commit

Permalink
Merge pull request #27 from majidh1/26-شماره-پلاک-خودرو-ایران
Browse files Browse the repository at this point in the history
add car
  • Loading branch information
majidh1 authored Oct 30, 2024
2 parents ecdcc7d + ee49635 commit 750e6f8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions regexList/CarPlateNumber.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"title": "شماره پلاک خودرو",
"description": "12 ب 345 ایران 67 یا به صورت کلی XX Y XXX ایران ZZ --- بررسی شماره پلاک ماشین‌ها",
"regex": "^\\d{2}\\s?[ب-ی]\\s?\\d{3}\\s?ایران\\s?\\d{2}$",
"passTest": [
"12 ب 345 ایران 67",
"45 د 123 ایران 01",
"07 م 789 ایران 88",
"32 ی 321 ایران 45"
],
"rejectTest": [
"123 ب 345 ایران 67",
"12 ز 345 ایرن 67",
"12 ب 345 67",
"12 ب 345 ایران 6"
]
}

0 comments on commit 750e6f8

Please sign in to comment.