Mahmoud Al-Qudsi
f71a75f3bb
Avoid unnecessary vector shift in re::regex_make_anchored()
...
There's no reason to inject prefix into our newly allocated str after storing
pattern in there. Just allocate with the needed capacity up front and then
insert in the correct order.
2023-05-02 13:15:02 -05:00
ridiculousfish
169f90448a
Stop generating autoccx ffi wrappers for pcre2 regex
...
We have "native" FFI wrappers for these now via the pcre2 crate.
2023-04-08 19:05:08 -07:00
ridiculousfish
b8189da011
Use the rust-pcre2 crate for regex
...
This adds support for our (forked) rust-pcre2 crate.
2023-03-25 17:01:50 -07:00
Neeraj Jaiswal
e384e63b24
re: port regex make anchored to rust and helper ffi funtions for regex
2023-02-25 12:24:57 +01:00