You seek the all-powerful *?
From the docs, Greedy versus Non-Greedy
the non-greedy qualifiers
*?,+?,??, or{m,n}?[…] match as little
text as possible.
You seek the all-powerful *?
From the docs, Greedy versus Non-Greedy
the non-greedy qualifiers
*?,+?,??, or{m,n}?[…] match as little
text as possible.