Last active
February 7, 2023 02:58
-
-
Save amaddatu/c3d7dc68b6fcf6c8ab84260247619825 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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
Fixing title