bee-san / pyWhat

🐸 Identify anything. pyWhat easily lets you identify emails, IP addresses, and more. Feed it a .pcap file or some text and it'll tell you what it is! 🧙‍♀️
MIT License
6.58k stars 349 forks source link

Regex101 Library #37

Open bee-san opened 3 years ago

bee-san commented 3 years ago

They have a library where people can upvote regex, might be useful!

https://regex101.com/library?orderBy=MOST_POINTS

ryansonshine commented 3 years ago

@bee-san I'm unclear on what the direction is. Are we saying to implement the most upvoted regexes into pyWhat?

bee-san commented 3 years ago

@bee-san I'm unclear on what the direction is. Are we saying to implement the most upvoted regexes into pyWhat?

Hahaha, basically everytime I saw something that was like "cool list of regex" I just copied it here.

We don't have to implement them, but if they have nice regex we can use them :)