#C regex library
1 messages · Page 1 of 1 (latest)
What about a zig one (have't tried it)
https://github.com/mnemnion/mvzr
Looked it up in https://zigistry.dev/
1 messages · Page 1 of 1 (latest)
Hey,
I’m looking for regex in Zig. Most answers I can find say you can use libc regex and regex.h, problem is that I’m on windows where libc is not a thing.
Is there any C standalone regex libraries? I haven’t been able to find any, but I’m not much into the C ecosystem so I’m convinced I’m just missing something 😅
What about a zig one (have't tried it)
https://github.com/mnemnion/mvzr
Looked it up in https://zigistry.dev/