Regex Replace Between " Encoding
Posted
by Eric Hendrickson
on Stack Overflow
See other posts from Stack Overflow
or by Eric Hendrickson
Published on 2010-04-02T02:47:03Z
Indexed on
2010/04/02
2:53 UTC
Read the original article
Hit count: 321
I want to be able to replace style="STUFF"
I keep thinking that this is the correct REGEX:
style=(")(?!")*(")
But for some reason that won't match.
Any ideas?
© Stack Overflow or respective owner