Skip to content

Commit

Permalink
Merge branch 'update-american-social-security-number' of https://gith…
Browse files Browse the repository at this point in the history
…ub.com/RackReaver/pyWhat into update-american-social-security-number
  • Loading branch information
RackReaver committed Jun 26, 2021
2 parents 41e359c + 7317ca4 commit 7949e71
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pywhat"
version = "3.0.0"
version = "3.1.0"
description = "What is that thing?"
authors = ["Bee <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down
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

2 comments on commit 7949e71

@bee-san
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, we want to change our license to MIT. Are you okay with that? <3

@RackReaver
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a problem, sounds good to me.

Please sign in to comment.