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
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