I noticed a void in zig space. A wrapper for the pcre2 (perl regex) library (or any regex library). So I wrote one.
I briefly describe how wrapping C libraries works in zig and provide a complete (single file) zig wrapper for pcre2.