Test a regular expression against your text and see every match and capture group highlighted live.
Uses the browser's native JavaScript RegExp engine, so what you test is exactly what runs in your code. Matches are highlighted inline and capture groups are listed per match. Add flags like g (global), i (ignore case), or m (multiline). Nothing is uploaded.