Skip to content

Commit

Permalink
feat: UPS tracking numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
P403n1x87 committed Nov 7, 2021
1 parent 6162ace commit e3880c0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pywhat/Data/regex.json
Expand Up @@ -1742,6 +1742,28 @@
"Invalid": []
}
},
{
"Name": "United States Postal Service (UPS) Tracking Number",
"Regex": "^(1Z[0-9A-Z]{6}[0-9]{2}[0-9]{8})$",
"plural_name": false,
"Description": null,
"Rarity": 0.5,
"URL": "https://www.ups.com/track?tracknum=",
"Tags": [
"Tracking",
"Bug Bounty",
"Identifiers",
"Mailing"
],
"Examples": {
"Valid": [
"1Z123ABC0012345678",
"1Z9999999999999999",
"1Z999AA10123456784"
],
"Invalid": []
}
},
{
"Name": "Turkish License Plate Number",
"Regex": "^(0[1-9]|[1-7][0-9]|8[01])(([A-Z])(\\d{4,5})|([A-Z]{2})(\\d{3,4})|([A-Z]{3})(\\d{2,3}))$",
Expand Down

0 comments on commit e3880c0

Please sign in to comment.