Use Regular Expressions To Match Email Addresses

# Introduction In this challenge, you will learn how to use regular expressions to validate email addresses. The basic format of an email address is "name@domain", and there are specific rules for the name and domain parts. You will need to write a regular expression that checks if a given string is a valid email address according to these rules.

|60 : 00

Click the virtual machine below to start practicing