Skip to content

Instantly share code, notes, and snippets.

View AveryCaldwell's full-sized avatar
🎯
Focusing

Avery AveryCaldwell

🎯
Focusing
View GitHub Profile
@AveryCaldwell
AveryCaldwell / regex-tutorial.md
Last active March 21, 2023 02:27
A tutorial that explains how a HEX code regex functions by breaking down each part of the expression and describing what it does.

🧠 Explain Like I'm Five: Regex Tutorial on Matching a Hex Color Code 📌

This Regex tutorial explains how a specific regular expression, or regex, functions by breaking down each part of the expression and describing what it does. When included in code or search algorithms, regex 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 📃