Developer

REGEX TESTER

Test JavaScript regular expression patterns against test strings with live match indexing and capture groups.

//
Found 2 regex match(es) in test string.
Match #1Index: 14
support@nemon.tools
Group $1: "support"
Group $2: "nemon.tools"
Match #2Index: 37
sales@example.com
Group $1: "sales"
Group $2: "example.com"

HOW TO USE REGEX

01

Step 1

Enter regex pattern string and flags (e.g. g, i, m).

02

Step 2

Paste test string input into the left editor.

03

Step 3

Inspect matching substrings, indices, and parenthesis capture groups.

FREQUENTLY ASKED QUESTIONS

Which JavaScript regex engine is used?

Evaluates pattern matching natively using ECMAScript V8 RegExp engine.