Testers
Regular expression tester
Inspect matches and capture groups
How to use / Notes
How to use
- Enter the regex pattern and flags (g, i, etc.).
- Enter the text to test against.
- Matches and capture groups are highlighted.
Notes
- Uses the JavaScript regex engine—syntax differs from some other languages.
- Complex patterns can become very slow on some inputs (catastrophic backtracking).