Svelte Hacker News logo
  • top
  • new
  • show
  • ask
  • jobs
  • about

Show HN: Picomatch – A tiny C library for evaluating regular expressions

github.com

3 points by beariish a day ago

Hi! I wrote this over a couple afternoons after wanting to embed regex into another project I'm working on, and found most implementations to either be far too big a dependency or lacking too many features.

It's not very fast, it's (probably) not very correct.. but if you have a C standard library availible, this is an option now :)