I'm trying to replace apostrophes with a string, for some reason the method just doesn't find the apostrophe in the string. Here is the URL that just doesn't seem to work:
"/news/2012/march/cameron’s-crackdown-on-whiplash-–-why-the-minimum-speed-requirement-is-oddly-suspicious"
.Replace("'", "'");
Does anyone have any ideas?
code. You can see it's a different character, there are apostrophes, single quotes, (back)ticks... – Honza Brestan Jan 21 at 16:08'does not equal’. – Groo Jan 21 at 16:08String.Replacereturns a new string? – Daniel Kelley Jan 21 at 16:08