Explain regular expressions in plain language.
Paste a regex pattern and see a short explanation of its structure and common tokens (anchors, character classes, quantifiers, etc.).
1. Enter a regex pattern (without slashes).
2. Optionally set flags (e.g. g, i, m).
3. Read the explanation below.