Skip to content

Conversion from regular regex to natural regex #1

Open
@vaidsu

Description

@vaidsu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions