Regex Tester
Test a regular expression against text and see every match with its capture groups and index. It uses the browser's native JavaScript RegExp — not PCRE — so what you see here is what you'll get in frontend code. Add flags like i (ignore case), m (multiline), s (dot matches newlines), or u (Unicode); the matcher always scans globally when listing results.