Back to tools
Regex cheat sheet
Turn a JavaScript regular expression into plain-language notes: anchors, character classes, groups, and quantifiers—computed entirely in your browser.
Paste or type a pattern and optional flags. The page parses your expression and outputs a structured explanation you can copy as Markdown.
Pattern
index.txt
Only g, i, m, s, u, v, y, d are kept. Invalid combinations (for example v with u) show as a runtime error from the engine.
Explanation
Pattern
index.txt
Only g, i, m, s, u, v, y, d are kept. Invalid combinations (for example v with u) show as a runtime error from the engine.