≡ Menu

Python Match Group Example

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 }

Regular expressions as a concept is not exclusive to Python at all. Python, however, does have some nuances when it come to working with regular expressions. This article is part of a series of articles on Python Regular Expressions. In the first article of this series, we will focus on discussing how we work with [...]

{ 15 comments }