kokke / tiny-regex-c

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

Not only does [^blah] not work but the non-inverted [blah] doesn't work either #83

Closed infradig closed 2 years ago

infradig commented 2 years ago

Not only does [^blah] not work but the non-inverted [blah] doesn't work either.

infradig commented 2 years ago

Deleting this.