ProUtils

Testeur de regex

Tester des expressions régulières avec correspondance en temps réel et groupes de capture.

//g
Contact us at hello@example.com or support@test.org

Correspondances: 2

#1hello@example.com@14
Group 1: helloGroup 2: example.com
#2support@test.org@35
Group 1: supportGroup 2: test.org

How to Use

  1. 1

    Enter your regular expression pattern in the Pattern field.

  2. 2

    Type or paste your test string in the Test String field.

  3. 3

    View highlighted matches and capture groups in real time. Toggle flags like g, i, m, s as needed.

Features

Live Match Highlighting

Matches are highlighted in the test string in real time as you type your pattern.

Capture Group Display

See all named and numbered capture groups listed for each match.

Flag Controls

Toggle global (g), case-insensitive (i), multiline (m), and dotAll (s) flags with checkboxes.

Match Count

The total number of matches is shown so you can quickly verify your pattern is working correctly.

FAQ

Quels drapeaux ?

Global (g), insensible à la casse (i), multiligne (m), dotAll (s).

Groupes de capture ?

Oui, groupes nommés et numérotés pour chaque correspondance.

Outils connexes

Outils développeur