regEx positive lookbehind in VBA language

25 Views Asked by At

I want to run regEx positive lookbehind in VBA language, but it is not supported in VBA language. The process I want to run is (?<=src="")[\w-.]+(?=/)?

How can I alternatively write (?<=src="") here?

Sample: https://regexr.com/65cmi

0

There are 0 best solutions below