Learn Before
Concept

Non-greedy Matching in Regular Expression

The patterns are non-greedy when regular expressions match as little text as possible. For example, the operator *? and +? both enable non-greedy matching.

0

1

Updated 2022-06-26

Tags

Data Science