Skip to content

Instantly share code, notes, and snippets.

@eapostol
Created June 7, 2022 20:26
Show Gist options
  • Save eapostol/2876da9b35d800f2046dcae6c4ac4597 to your computer and use it in GitHub Desktop.
Save eapostol/2876da9b35d800f2046dcae6c4ac4597 to your computer and use it in GitHub Desktop.
Regular Expression Tutorial Gist

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.

Regex Components

Anchors

Quantifiers

OR Operator

Character Classes

Flags

Grouping and Capturing

Bracket Expressions

Greedy and Lazy Match

Boundaries

Back-references

Look-ahead and Look-behind

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