开发者

Regex Replace Between " Encoding

开发者 https://www.devze.com 2022-12-26 00:23 出处:网络
I want to be able to replace styl开发者_如何学运维e="STUFF" I keep thinking that this is the correct REGEX:

I want to be able to replace styl开发者_如何学运维e="STUFF"

I keep thinking that this is the correct REGEX:

style=(")(?!")*(")

But for some reason that won't match.

Any ideas?


Try style="(.*?)" instead.

0

精彩评论

暂无评论...
验证码 换一张
取 消