Hi @sihlfall
The Replace function in the VbaRegex library conflicts with the native VBA.Replace function in VBA. This causes dangerous ambiguity when trying to use either function without full qualification.
Suggested alternative names: ReplaceRegex, RegexReplace.
Anyway, thank you for maintaining this excellent VBA regex implementation! It's a dream to me to eventually have lookbehind support in VBA regexes.