Regex tester is a developer tool that runs JavaScript regular expressions against test input. It highlights matches inline, supports all standard flags, and offers match, replace, and split modes with named capture-group output. The tool runs in your browser.
MODE
Direct links for each regex mode.
RegExp engine, executed inside a dedicated Web Worker with a 2-second wall-clock timeout to abort runaway catastrophic backtracking.RegExp compiled in the worker; Worker and MessageChannel APIs for sandboxing; main thread renders inline match highlights via DOM ranges.Reviewed and tested May 25, 2026.