ended8월 25일· 1 sources

Greedy vs. Non-Greedy Regex: Why the Same Pattern Can Match Differently

Why it matters

A regex quantifier like * or + means "the preceding element can repeat any number of times," but how much it actually matches depends on whether the engine tries to match as much as possible or as lit...

1
Sources
+0
24h
Growth
6d
Active

Sources

Related Issues