How to use
Enter your pattern
Type the expression between the slashes shown in the Pattern field; the tool adds the delimiters for you. Syntax errors surface immediately in a red alert.
Toggle the flags
Check global to find every match instead of the first, case-insensitive to ignore casing, multiline so ^ and $ work per line, and dotAll to let the dot cross newlines.
Paste realistic test text
Put genuine samples in the Test string box, including lines that shouldn't match. Each result shows the matched text, its index, and every capture group.
Why Regex Tester
- Live results as you type, no Run button needed.
- Captures groups so you can see what each part matches.
- 100% client-side. Your text never leaves your browser.