Get Smallest Matches Possible with Regular Expressions
I occasionally use regular expressions, and when I don’t regret it. But it can be difficult to get the syntax and concepts straight in my head because I only use them occasionally.
The general purpose behind regular expressions is to take a piece of text and find smaller pieces of text within it that match a [...] Read more »