~kaathewise/hare-regex

Regex library in Hare
68cf69c0 — KAA the Wise 1 year, 9 months ago
Add the MPL 2.0 licence
11ce4c2d — KAA the Wise 1 year, 9 months ago
Error out when replace encounters an empty match
31b6cf49 — KAA the Wise 1 year, 9 months ago
Add makefile for installing the library

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~kaathewise/hare-regex
read/write
git@git.sr.ht:~kaathewise/hare-regex

You can also use your local clone with git send-email.

A regex library with the same interface as the one in the standard
library.  Supports nested capture groups, multiple alterations, and
global (outside of capture groups) alterations.