You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With minor modifications it should work on Mac too. (mainly with replacing CreateObject with some CreateDict() and supplying a seperate Dictionary library like FastDict
The text was updated successfully, but these errors were encountered:
sancarn
changed the title
Add Regex
Add Native Regex Implementation
Sep 14, 2024
Think this should be added too:
https://github.com/sihlfall/vba-regex
It's a native VBA regex implementation.
The author has made a stdVBA replacement for stdRegex too here: https://github.com/sihlfall/stdVBA/blob/regex-vbaonly/src/WIP/stdRegex3/stdRegex3.cls
With minor modifications it should work on Mac too. (mainly with replacing
CreateObject
with someCreateDict()
and supplying a seperate Dictionary library like FastDictThe text was updated successfully, but these errors were encountered: