Skip to content

Instantly share code, notes, and snippets.

View M8MBA's full-sized avatar
🎯
Focusing

Cade Wilson M8MBA

🎯
Focusing
View GitHub Profile
@M8MBA
M8MBA / Regex-tutorial.md
Last active May 24, 2022 20:53
Regex Tutorial

Regex Tutorial: Matching an Email

This is a tutorial that explains how a specific regular expression, or regex, functions. This tutorial breaks down each part of the expression and describes what it does. A regex, which is short for regular expression, is a sequence of characters that defines a specific search pattern. When included in code or search algorithms, regular expressions can be used to find certain patterns of characters within a string, or to find and replace a character or sequence of characters within a string. They are also frequently used to validate input.

Summary

This particular tutorial will go in depth on matching an email regex. This tutorial breaks down each part of the expression and describes how each particulate operates.

email regex: