Skip to content

Instantly share code, notes, and snippets.

@amaddatu
Last active February 7, 2023 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amaddatu/c3d7dc68b6fcf6c8ab84260247619825 to your computer and use it in GitHub Desktop.
Save amaddatu/c3d7dc68b6fcf6c8ab84260247619825 to your computer and use it in GitHub Desktop.
# 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)
@amaddatu
Copy link
Author

Fixing title

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment