I am trying to extract some data from XML using regular expression in VBA, by matching start opening and closing tag of an element, but I am not getting anything.
I can use <foo>.+?<\/foo>
in Notepad++, but its not working in VBA with Microsoft Regular Expression 5.5
<foo>
variable data here
-
-
</foo>