March 2023
Intermediate to advanced
152 pages
3h 14m
English
Solving the puzzles in this chapter will require you to have a good understanding of the different quantifiers that regular expressions provide, and to pay careful attention to when you should use subpatterns (themselves likely quantified). If you feel rusty about quantifiers or the wildcard character, reviewing the appendix to this book is a good idea.
In a general, but only approximate, way, the chapters of this book build from simpler to more complex capabilities of regular expressions. Using quantifiers is one of the most fundamental capabilities within the mini-language of regexen, so this chapter begins with puzzles that mostly rely on those. Later chapters mix in additional constructs and build on ...
Read now
Unlock full access