Verify that a given e-mail address is valid.
We all know how complex emails are, but despite this, let's give it a try and see what we can come up with.
You could start by trying to match contact@regex101.com (denoted as <local-part>@<domain>.<top-level-domain>).