I have a string that contains a url which looks like this:
http://www.test.com/images/tony's pics.jpg
I need the url to look like this:
http://www.test.com/images/tony%27s%20pics.jpg
How would I programmatically solve this with a url in a STRING form. Thanks.