Regular expressions can be intimidating when you first encounter them. When I started learning to code, I gave up on regular expressions twice. In this book, you'll also see how they work in JavaScript. You'll also need to understand the methods and functions the language uses for working with regular expressions.

1h 3m read timeFrom freecodecamp.org
Post cover image
Table of contents
Table Of ContentChapter 1: Introduction to Regular ExpressionsChapter 2: How to Match Literal Characters and Character Sets in Regular ExpressionsChapter 3: Regular Expressions FlagsChapter 4: How to Use Regular Expressions in JavaScriptChapter 5: Metacharacters, Quantifiers, Repeated Matches, and Optional MatchesChapter 6: Grouping and Capturing in RegexChapter 7: Lookaround Groups: Lookaheads and LookbehindsChapter 8: Regex Best Practices and TroubleshootingChapter 9: Applications of Regular ExpressionsGlossary and References
2 Comments

Sort: