Regular Expression - Visualization

Regexp

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





Discover More
Regexp
Multilingual Regular Expression Syntax (Pattern)

Regular expression are Expression that defines a pattern in text. This is therefore a language that permits to define structure of a text. They are a mathematically-defined concept, invented by Stephen...



Share this page:
Follow us:
Task Runner