← Back to all tools

Goodfolk Developer Utilities

Regex Tester

Test regular expressions against sample text and inspect matches, indexes, groups, and flags.

The global flag is added automatically for match listing. Use flags like i for case-insensitive, m for multiline, and s for dot-all matching.

Regex results

Expression/\b\w+@\w+\.\w+\b/gi
Matches found2
support@goodfolkdigital.comIndex 8
hello@example.comIndex 39

Related tools