kokke / tiny-regex-c

Small portable regex in C
The Unlicense
1.23k stars 175 forks source link

support for non-greedy `*?` and `+?` #68

Open marler8997 opened 3 years ago

marler8997 commented 3 years ago

tiny-regex-c can add support for these simply by reversing the order of the 2 code blocks in matchplus and matchstar