I'm very comfortable with Regex and love it, but I still think this lib is brilliant! What prompted you to start this project? When was it first released?
I have a project on my list to work on where I give it a set of strings and it generates the regular expression automatically.
I think a cool feature for this library would be to be able to reuse a set of existing expressions that others write.
I only developed the online tool verbalregex.com which wrapped JSVerbalExpressions for easy writing and testing the VerbalExpressions.
Anyways, can you share some ideas about the algorithm for generating regex from a set of strings??? It sounds like the appliance of some Machine Learning algorithms.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I'm very comfortable with Regex and love it, but I still think this lib is brilliant! What prompted you to start this project? When was it first released?
I have a project on my list to work on where I give it a set of strings and it generates the regular expression automatically.
I think a cool feature for this library would be to be able to reuse a set of existing expressions that others write.
Good work!
Oh I am not behind the project; you can find the detail of VerbalExpressions at github.com/VerbalExpressions
I only developed the online tool verbalregex.com which wrapped JSVerbalExpressions for easy writing and testing the VerbalExpressions.
Anyways, can you share some ideas about the algorithm for generating regex from a set of strings??? It sounds like the appliance of some Machine Learning algorithms.