Summary
Browse every regex token with a live example you can click to test instantly.
How it works
- Browse categories: anchors, groups, quantifiers
- Click any token to open a live example
- Edit the example to explore variations
Use cases
- Quick reference while writing patterns
- Teaching regex in workshops
- Remembering obscure lookahead syntax
Frequently Asked Questions
Yes. Dialect-specific features are marked so you know what is available in each engine.
Yes. Python, JavaScript, and PCRE named group syntax are all shown with examples.
Yes. Numbered and named backreferences with working examples are included.
Yes. Atomic groups and possessive quantifiers are listed under the advanced PCRE section.