Skip to content

Commit

Permalink
Merge pull request #82 from chrisbergeron/patch-1
Browse files Browse the repository at this point in the history
Add Placekey universal identifier regex
  • Loading branch information
bee-san authored Jun 26, 2021
2 parents c714c86 + 73e46d8 commit f028579
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pywhat/Data/regex.json
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,17 @@
"Geo-location"
]
},
{
"Name":"Placekey Universal Identifier for Phyiscal Place",
"Regex":"^([0-9][0-9][0-9]-[0-9][0-9][0-9]@[a-z|0-9][a-z0-9][a-z0-9]-[a-z0-9][a-z0-9][a-z0-9]-[a-z0-9][a-z0-9][a-z0-9])$",
"plural_name": true,
"Description": "Placekey is a free, universal standard identifier for any physical place, so that the data pertaining to those places can be shared across datasets and organizations easily.",
"Rarity": 0.5,
"URL": null,
"Tags": [
"Geo-location"
]
},
{
"Name": "Dogecoin (DOGE) Wallet Address",
"Regex": "^D{1}[5-9A-HJ-NP-U]{1}[1-9A-HJ-NP-Za-km-z]{32}$",
Expand Down

0 comments on commit f028579

Please sign in to comment.