Test Regex Patterns Live
Write regular expressions and see matches highlighted in real time.
How to Use
Common Patterns
| Pattern | Matches |
|---|---|
\d+ | Numbers |
[a-zA-Z]+ | Words |
\b\w+@\w+\.\w+\b | Emails (basic) |
^https?:// | URLs |
JavaScript regex (same as browsers and Node.js).
Does it support flags?Yes — global (g), case-insensitive (i), and multiline (m) flags.
Can I save patterns?Copy the pattern for later use. Bookmark the page for quick access.
Experimentar Testador de expressões regulares
Teste regex com correspondência em tempo real.
regex
regular expression
test
pattern


