I'm building a regex "commonly used" library which includes an explanation for each of the expressions.

I did not find a good alternative other than this ancient-looking website: http://regexlib.com/

Dumb me did not realize until the halfway completion of the application that there are multiple flavors for regex. I can only show examples and process js expressions. Should I ditch the idea? or complete it even if it's shitty?