I made this as a little project for myself - I've been a fan of regexes, and found that I'm often the only person around me who has taken the time to learn them, so I find myself writing regexes for other people. I wanted to make this as a way for anyone to harness the power of regex for a lot of common operations, without needed to understand regex, blindly copy-paste regexes from the internet, or implement far less efficient string parsing methods to do what a quick regex could.
The idea is for the entire thing to be language agnostic, and to have an ever-growing list of supported regexes AND supported regexes, expandable by the community, and deployed to any package manager people are willing to support.
Tell me what you think!
Side note: This is my first really "open source" project, so if you see any faux pas for allowing contributions, or license, etc, please please let me know so I can learn and update things.