Skip to content

Instantly share code, notes, and snippets.

View EshuShango's full-sized avatar

Olu Tobi Akinyemi EshuShango

View GitHub Profile
@EshuShango
EshuShango / regex.js
Last active March 7, 2023 06:39
regex tutorial
# Regex
**Regular expressions**, or **regex** for short,<br/> _Are a series of special characters that define a search pattern_.
Regular Expressions (Regex) <br/> a pattern-matching language used for searching and manipulating text. It allows you to search for patterns within strings, replace text, and validate input
## Summary
Below I'm going to analyze a Regex that is utilized to check if a user is using the correct format to input an email address.