Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 VBA 语言中运行 regEx positive lookbehind,但它在 VBA 语言中不受支持。我要运行的进程是(?<=src="")[\w-.]+(?=/)?
我怎样才能在这里写(?<=src="")?
示例:https ://regexr.com/65cmi