LIVE
Write a pattern, pick flags (g, i, m, s), and see every match highlighted live with capture groups and a full match list. Includes a replace preview.
JavaScript (ECMAScript) regex, including lookahead, lookbehind and named groups.
Make sure the flags match your intent — 'g' for all matches, 'i' for case-insensitive, 'm' for multi-line.