≡ Menu

Python RegEx Greedy Lazy

This article is part of a series of articles on Python Regular Expressions. This article is a continuation on the topic and will build on what we’ve previously learned. In this article we’ll discuss: Working with Multi-line strings / matches Greedy vs. Non-Greedy matching Substitution using regular expressions In the first article of this series, [...]

{ 3 comments }