Developer

Regex Tester — Test Regular Expressions Online with Live Matching

31 de dezembro de 20254 min Ler
Regex Tester — Test Regular Expressions Online with Live Matching

Test Regex Patterns Live

Write regular expressions and see matches highlighted in real time.

How to Use

  • Open the Regex Tester tool
  • Enter your regex pattern
  • Paste your test string
  • See matches highlighted as you type
  • View capture groups and match details
  • Common Patterns

    PatternMatches
    \d+Numbers
    [a-zA-Z]+Words
    \b\w+@\w+\.\w+\bEmails (basic)
    ^https?://URLs
    ## FAQ What regex flavor is used?

    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

    Partilhar este artigo