Loading NexProTools...
Preparing interactive calculation engine
Preparing interactive calculation engine
Real-time regular expression tester with capture group extraction, ReDoS catastrophic backtracking safety audits, and step-by-step token explanations.
JavaScript / ECMAScript compliant syntax
Matches standard and corporate email addresses capturing username, domain, and top-level domain.
Capture Group 1: Matches username containing alphanumeric characters and dots/plus signs.
Literal "@" symbol separating user from domain host.
Capture Group 2: Matches subdomains and main domain name.
Escaped literal period.
Capture Group 3: Top-level domain (com, org, edu, io, etc., 2+ letters).