About
A regular expression is visualized via a railroad diagram.
You will notice that this is the same type of visualization than a language grammar. This is because they are implemented with regular expression when parsing the code.
List
This library implement specifically a translation from a regular expression to a railroad diagram
- klorenz/atom-regex-railroad-diagrams RailRoad diagram for Regex in Atom
- forhappy/RegexKit RailRoad diagram extension of regexp101