Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Ian-kensington-chadwick-the-3rd/aa941e01ad5fc80a76ccb03cd09a2080 to your computer and use it in GitHub Desktop.
Save Ian-kensington-chadwick-the-3rd/aa941e01ad5fc80a76ccb03cd09a2080 to your computer and use it in GitHub Desktop.
Getting started with Regex
# 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
- [Anchors](#anchors)
- [Quantifiers](#quantifiers)
- [Grouping Constructs](#grouping-constructs)
- [Bracket Expressions](#bracket-expressions)
- [Character Classes](#character-classes)
- [The OR Operator](#the-or-operator)
- [Flags](#flags)
- [Character Escapes](#character-escapes)
## Regex Components
### Anchors
### Quantifiers
### Grouping Constructs
### Bracket Expressions
### Character Classes
### The OR Operator
### Flags
### Character Escapes
## Author
A short section about the author with a link to the author's GitHub profile (replace with your information and a link to your profile)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment