开发者

Regex Replace Between " Encoding

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜