Multiple email addresses separated by commas or semicolons.
The username can not start with a period (.) but may contain segments separated by a period (aa.bb@example.com).
The domain part follows the same rules, but requires at least one subdomain (user@example does not match, user@example.foo does).
Text | Result |
---|---|
test@example.com,test@sample.com
| match |
test@example.com , test@sample.com
| match |
test@example.com;test@sample.com
| match |
test@example.com ; test@sample.com
| match |
test@example.com test@sample.com | no match |