Back to Tools

Email Regex Tester

Test email validation regex patterns against a list of email addresses. Choose from preset patterns or write your own. See which emails match and which fail.

Regex Pattern

Basic format check. Allows most valid emails.

Test Email Addresses
Results9 of 13 matched
user@example.com
Match
john.doe@company.co.uk
Match
jane+tag@gmail.com
Match
admin@localhost
No match
@missing-local.com
No match
no-at-sign
No match
user@.invalid
No match
test@mailinator.com
Match
name@sub.domain.example.com
Match
user@123.123.123.123
Match
"quoted"@example.com
Match
user@-invalid.com
Match
a@b.c
Match
9
Matched
4
Not matched

Like this tool? Try Sequenzy for free

AI-powered email marketing with Stripe integration, automations, and built-in analytics.

About this tool

Email validation regex is one of the most commonly needed patterns in web development, yet it is surprisingly difficult to get right. The official RFC 5322 spec allows characters that most people would not expect in an email address. This tool lets you test different regex patterns against a diverse set of test emails to find the right balance between strictness and permissiveness. Once you have validated your email addresses with regex, use our email validator for deeper DNS and MX record checks, and our disposable email checker to filter throwaway addresses.

Frequently Asked Questions