pcre-light icon indicating copy to clipboard operation
pcre-light copied to clipboard

A small, efficient and portable regex library for Perl 5 compatible regular expressions

Results 3 pcre-light issues
Sort by recently updated
recently updated
newest added

I want to use this library with custom allocator (Nginx pool allocator) which substitutes `pcre_malloc` and `pcre_free` function pointers with custom functions. Currently, *pcre-ligh*t calls `finalizerFree` unconditionally, which makes my...

Hey there :wave: Thanks for maintaining `pcre-light`! From what I can tell: 1. The git tag for `0.4.1.0` is missing. 2. https://github.com/Daniel-Diaz/pcre-light/commit/03db2e669a3235255481998deccbf95bac9eedf8 is not included in the latest release on...