Skip to content

In this tutorial, we will explore a regular expression (regex) designed to match email addresses. Regular expressions are powerful tools for validating, extracting, and manipulating text based on patterns. The regex we'll discuss is specifically tailored to ensure a string conforms to the common structure of an email address.

Notifications You must be signed in to change notification settings

Meowlory3579/regex-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Regex Tutorial: Matching an Email Address

User Story

AS A web development student
I WANT a tutorial explaining a specific regex
SO THAT I can understand the search pattern the regex defines

Acceptance Criteria

GIVEN a regex tutorial
WHEN I open the tutorial, THEN I see a descriptive title and introductory paragraph explaining the purpose of the tutorial, a summary describing the regex featured in the tutorial, a table of contents linking to different sections that break down each component of the regex and explain what it does, and a section about the author with a link to the author’s GitHub profile.
WHEN I click on the links in the table of contents, THEN I am taken to the corresponding sections of the tutorial.
WHEN I read through each section of the tutorial, THEN I find a detailed explanation of what a specific component of the regex does.
WHEN I reach the end of the tutorial, THEN I find a section about the author and a link to the author’s GitHub profile.

URL for Tutorial

https://gist.github.com/Meowlory3579/5706f8da2518c4b7fd1488ee57075de1

Credit

Tutorial template sourced from: https://github.com/coding-boot-camp/bug-free-goggles

About

In this tutorial, we will explore a regular expression (regex) designed to match email addresses. Regular expressions are powerful tools for validating, extracting, and manipulating text based on patterns. The regex we'll discuss is specifically tailored to ensure a string conforms to the common structure of an email address.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published