Skip to content

Focused tools

10 regex jobs

Worker deadline

500 ms

Private Regex tools with bounded browser execution

Test, extract, replace, split, filter, inspect captures, validate syntax, escape literals, explain structure, and compare ECMAScript flags without uploading text.

Every executing pattern runs in a disposable browser worker.

Start with a first-match test

Confirm a match and inspect its boundaries and captures before moving to extraction, replacement, or line filtering.

Input

Enter a pattern without / delimiters, optional flags, and the text to test.

Local

Use ECMAScript flags such as g, i, m, s, u, v, y, or d.

First-match report

Submit the example or replace it with your own values. User matching runs only in a disposable browser worker.

A safer regex workspace

A regular expression can consume a browser thread for far longer than its size suggests. User matching therefore never runs on the interface thread.

Patterns are limited to 4 KiB, text to 256 KiB, replacements to 64 KiB, results to 1 MiB, matches and split parts to 10,000, and line filters to 20,000 lines.

The timeout protects this page, not every future deployment. Treat it as an execution boundary rather than a universal performance verdict.