Tag

greedy matching

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
May 9, 2025 · Fundamentals

Understanding Greedy and Non‑Greedy Matching in Regular Expressions

This article explains the difference between greedy and non‑greedy (lazy) matching in regular expressions, describes how quantifiers behave by default, shows how to switch to lazy mode using a trailing question mark, and provides multiple Python code examples illustrating both approaches.

greedy matchingnon-greedyquantifiers
0 likes · 8 min read
Understanding Greedy and Non‑Greedy Matching in Regular Expressions