Regex How-To: Quantifiers, Pattern Collections, And Word Boundaries
- Bob Reselman tl;dr: "You learned to use quantifiers to declare a range of character occurrences to match. Also, you learned that pattern collections enable you to declare character classes that match characters in a generic manner. Groups execute matches that declare a particular set of characters. Word boundaries allow you to make matches by working within the boundaries of space characters and punctuation marks."featured in #353
Animating Regular Expressions With Python and Graphviz
- Aydin Schwartz tl;dr: "I find the absolute best way to understand a concept is to visualize it. I’ve built a regex engine using Python and Graphviz that animates what actually goes on when a regex is searching through a body of text. If you want to try out your own examples, the project is publicly available on GitHub."featured in #318
featured in #316
featured in #290
featured in #217
featured in #150