VerbalExpressions / JSVerbalExpressions

JavaScript Regular expressions made easy
http://verbalexpressions.github.io/JSVerbalExpressions/
MIT License
12.17k stars 504 forks source link

References to other similar projects #230

Open DonaldTsang opened 3 years ago

DonaldTsang commented 3 years ago

It would be great if VerbalExpressions can address the efforts and designs of other similar but fragmented projects, and note down some missing features or design flaws/differences.

jehna commented 3 years ago

What a great idea!

I'll add this list to the readme to get something out quickly. A comparison would be great if you're more familiar with the other libraries

jehna commented 3 years ago

It seems that regularity is an alternative for Ruby and cursive_re is for Python. I added only relevant Javascript projects to this repo, but you can open issues for other implementation repos (RubyVerbalExpressions and PythonVerbalExpressions) about the other language alternatives

DonaldTsang commented 3 years ago

@jehna originally I was thinking this list should apply to all ports of VerbalExpressions as it covers other programming languages.

jehna commented 3 years ago

Perhaps a full list could be on the website's repo that lists all the languages?