Test JavaScript regular expression patterns against test strings with live match indexing and capture groups.
Enter regex pattern string and flags (e.g. g, i, m).
Paste test string input into the left editor.
Inspect matching substrings, indices, and parenthesis capture groups.
Evaluates pattern matching natively using ECMAScript V8 RegExp engine.