Hi @sancarn
I have succeeded in making the Pcre2 library work with 64 bit VBA environment, based on jpbro's original code base, which only works for VB6 32 bit environment.
sihlfall's vba-regex is a nice solution, but execution is very slow.
I suggest you my solution, for you to share with the community
https://github.com/SanbiVN/VbaPcre2
Hi @sancarn
I have succeeded in making the Pcre2 library work with 64 bit VBA environment, based on jpbro's original code base, which only works for VB6 32 bit environment.
sihlfall's vba-regex is a nice solution, but execution is very slow.
I suggest you my solution, for you to share with the community
https://github.com/SanbiVN/VbaPcre2