Skip to content

Instantly share code, notes, and snippets.

View C-Sim's full-sized avatar

Cherelle Simpson C-Sim

View GitHub Profile
@C-Sim
C-Sim / regexEmailTutorial.md
Last active September 23, 2022 14:17
Regular Expression (regex) tutorial for email address

Regular Expression (Regex) Tutorial: Email

In Javascript, regular expressions are objects that use their own language to represent patterns in strings. They can be used in conjunction with methods to perform a variety of functions. This tutorial will walk you through the components that are used to match a standardised email address.

Summary

The tutorial will describe the components of the pattern to match a standard email address such as abc_123@email.co.uk using the regex: