I am facing issues extracting a string between two strings/pattern.
This is what I got so far: https://regex101.com/r/yuoQha/1
The problem I have is that I receive a way too long string with the RegEx code I have designed, because it seems that RegEx searches from backwards on?
I marked in red what I only need. How should I modify my RegEx pattern? Does Lookahead/Lookbehind have something to do with the solution? At the end it should work with VBA. Any help is highly appreciated.