This was missed in going through the HTML docs and setting up all the FFI bindings. Presumably there are other things missed. Going through pcre2.h and really including everything should be another issue.
Actually exploring serialization's usefulness (e.g. as an alternative to the global cache used by regex/_regex) should be yet another issue.
http://pcre.org/current/doc/html/pcre2serialize.html
This was missed in going through the HTML docs and setting up all the FFI bindings. Presumably there are other things missed. Going through
pcre2.h
and really including everything should be another issue.Actually exploring serialization's usefulness (e.g. as an alternative to the global cache used by
regex
/_regex
) should be yet another issue.