Description
General Information
- Bug
- Improvement
- Feature
- Other
Description
Most of the users are used to writing regex and due to its legacy there is lot of code already written in regex syntax (be it any language of choice). With that said, it will be great if we can have a converter that can convert from regex expression to natural regex, that way a library of regex can be used and an index can be generated which can then be used across the code. Kind of similar to webpack's index within the final bundled file (if I am clear with the comparison).
That way the existing code can be converted into Natural regex improving its readability (which I believe is one of the important motivations of this project). While that is done, users might tend to move towards natural regex.
I will try to experiment a converter.
If there is already one, please comment.
Hoping if I can contribute.