Skip to main content
DeveloperProcessado no seu navegador

Regex Tester

Validate your regular expressions with dynamic highlights.

0 of 3 uses today · 3 remaining. Go Pro and remove the limit.

Upgrade
Matches
2
Flags
gmu
Reading
Direct
Batch
2 docs
01

Pattern and presets

Expression and presets
Regular expression
Presets
Flags
02

Text and reading

Input text
37 / 200,000
Preview with highlights
contato@exemplo.com.br admin@teste.io
03

Result

Found
Match 1
contato@exemplo.com.br
022
Match 2
admin@teste.io
2337
04

Advanced analysis

Replace and split
Replace template
Replace preview
contato@exemplo.com.br admin@teste.io
Split preview
Document batch
Batch
Documento 1
0 matches
No match
Documento 2
0 matches
No match
About ReDoS: This tool detects patterns with nested quantifiers, ambiguous alternation and consecutive .* — classic Regex Denial of Service vectors. In production, NEVER use user-provided regex in server-side code without a timeout. Everything is processed locally in your browser. Limits: pattern ≤ 5k chars; input ≤ 200 KB.

§ How to use

How to test a regular expression

Test and debug regex against your text with live match highlighting — fully in-browser.

  1. Enter your regex

    Type the pattern and toggle flags (global, ignore-case, multiline).

  2. Add test text

    Paste the sample text. Matches are highlighted live as you edit the pattern.

  3. Inspect matches

    See each match and its capture groups, plus the count — to refine the pattern safely.

Related

Related tools

Da mesma categoria.