I\'m trying to match on some inconsistently formatted HTML and need to strip out some double quotes.
Current:
>
s = s.Replace( """", "" )
Two quotes next to each other will function as the intended " character when inside a string.