Skip to content

Instantly share code, notes, and snippets.

View dylank641's full-sized avatar

James Dylan Killelea dylank641

View GitHub Profile
@dylank641
dylank641 / regEx-Tutorial
Last active May 5, 2022 17:45
Describing the Hex Value
# Regex 101
By the end of this read you'll better understand the Hex Value expression. We will be covering the different components
in depth, explaining what they do and why they're needed.
## Summary
As we said above, we'll be going over the Hex Value - `/^#?([a-f0-9]{6}|[a-f0-9]{3})$/`
## Table of Contents