Formats, options, and limits for Regex Tester
A quick reference for how the tool works.
No uploads or files
The tool is text-only. You enter a pattern and sample text, so there are no file types or size limits.
| Input | Status |
|---|---|
| Pattern | Supported |
| Sample text | Supported |
| Flags | Supported |
| Replace mode | Supported |
Common flags
| Flag | Meaning |
|---|---|
| `g` | Global — match all, not just the first |
| `i` | Case-insensitive |
| `m` | Multiline — `^`/`$` match line starts/ends |
| `s` | Dot matches newlines |
Example
Pattern `\w+@\w+\.\w+` matches simple email addresses in your sample text.
Verdict
Regex Tester accepts a pattern, sample text, and flags — no uploads — and reports matches in real time.