/^[a-z0-9_-]{3,16}$/
/^[a-z0-9_-]{3,16}$/
Eugene Kudashev
/^([a-zA-Z0-9._%-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,6})*$/
3 minutes Posted Dec 14, 2020 at 8:20 pm.
0:00
3:01
Download MP3
Show notes

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.