Download Cheat sheet PDF 12 pages · syntax, editors, patterns, Unicode, performance, debugging
Visual regex editor

Build regex by clicking blocks.

No more cryptic syntax. Add blocks for each part of your pattern, configure them, and the regex appears in real time.

Generated regex
(empty)
Quick start:
+ Add a block

How it works

Each block represents one part of your regex. Add blocks in the order they should appear in the pattern, configure each block's options (e.g. literal text, character set, quantifier), and the generated regex updates instantly above.

This is the opposite of the railroad diagram: the diagram shows what an existing regex looks like; the visual editor builds a regex from scratch by composition.

When to use this

When the typed editor is better