ryan-endacott / verbal_expressions

Make difficult regular expressions easy! Ruby port of the awesome VerbalExpressions repo - https://github.com/jehna/VerbalExpressions
MIT License
571 stars 26 forks source link

Is it alive? #21

Open ciembor opened 1 year ago

ciembor commented 1 year ago

Hello. It looks like the project is quite "dead", do you still maintain it? I was thinking about writing JSVerbalExpressions for Ruby based on method chaining instead of DSL like in your case. It should be a common standard. And this would solve the problem with reserved words like 'or'. I don't know if I should create a merge request (maybe with both options possible) or to write my own gem. But it would be good to keep it in one place.