https://devtools.solutions/tools/regex/regex-cheatsheet-generate.html

Generate Regex Cheat Sheet

Generate a reference cheat sheet of common regular expression syntax, grouped by category.

Regex Cheatsheet Generator


    

Example input/output

Input: Select a cheat sheet topic, then click Generate Cheat Sheet.

Output: A formatted cheat sheet with anchors, character classes, quantifiers, groups, etc.

How it works

This tool generates a static reference cheat sheet of regex syntax tokens grouped by category (anchors, quantifiers, character classes, groups, lookaheads). It is rendered from a built-in lookup table. Processing runs in your browser.

Common use cases

Related tools