Skip to content

Instantly share code, notes, and snippets.

View Ian-kensington-chadwick-the-3rd's full-sized avatar

Ian Sills Ian-kensington-chadwick-the-3rd

View GitHub Profile
@Ian-kensington-chadwick-the-3rd
Ian-kensington-chadwick-the-3rd / gist:b5a16a7d0f9913502705d59176772a67
Last active November 21, 2023 03:03
Getting started with Regex expressions for email templates

Getting started with Regex

This regex tutorial will help you learn and understand how REGEX works otherwise known as regular expressions. regular expressions are powerfull tools used for pattern matching. Regex can be used to check password strength verification, email verification, Url matching, and Data extraction.

Summary

I will be going over how Regex is used to find and exrtract a specific email starting with anchors and then ending with Character Escapes at the end of this tutorial you should firmly be able to understand how regex syntactically works in order to find a specific email.

Table of Contents

# Title (replace with your title)
Introductory paragraph (replace this with your text)
## Summary
Briefly summarize the regex you will be describing and what you will explain. Include a code snippet of the regex. Replace this text with your summary.
## Table of Contents