Test regex patterns, find all matches with named capture groups, or perform replacements. Runs locally โ zero latency, zero external API calls.
Test and extract data using regular expressions. Supports four modes: test (boolean match), match (first match with groups), matchAll (all matches up to 1000), and replace (find and replace). Full support for named capture groups, all JavaScript regex flags (g, i, m, s, u, y). Runs entirely locally โ no external API calls.
test, match, matchAll (default), or replace{ matches: true/false }. Quick boolean check.g flag.