The diagram rendering of a regexp is very nice and helpful.
Any chance adding support for Verbal Expressions? https://github.com/VerbalExpressions -> they seem to map in "words" very nicely the diagram blocks.
So the idea would be for a regexp like /^(http)(s)?(\:\/\/)(www\.)?([^\ ]*)$/
to also generate besides the diagram the VerbalExpression text alternative:
Hi,
The diagram rendering of a regexp is very nice and helpful.
Any chance adding support for Verbal Expressions? https://github.com/VerbalExpressions -> they seem to map in "words" very nicely the diagram blocks.
So the idea would be for a regexp like
/^(http)(s)?(\:\/\/)(www\.)?([^\ ]*)$/
to also generate besides the diagram the VerbalExpression text alternative:for the desired programming language.
See https://github.com/VerbalExpressions/JSVerbalExpressions#testing-if-we-have-a-valid-url
Thank you.