/^([a-zA-Z0-9._%-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,6})*$/
Update: 2020-12-14
Description
In this episode I’m going to show you how to check that a given string is indeed a real email. This could be useful for a sign up form in your app, or an order checkout page in your online shop.
Comments
In Channel

![/^([a-zA-Z0-9._%-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,6})*$/ /^([a-zA-Z0-9._%-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,6})*$/](https://s3.castbox.fm/26/19/44/3bfebf829bd884a2cc44ed970992d17687_scaled_v1_400.jpg)


