Converting & to & in Objective-C

Posted by nbojja on Stack Overflow See other posts from Stack Overflow or by nbojja
Published on 2009-07-01T07:01:29Z Indexed on 2010/05/16 11:10 UTC
Read the original article Hit count: 195

Hi All,

I have a URL string in the following format.

http://myserver.com/_layouts/feed.aspx?xsl=4&web=%2F&page=dda3fd10-c776-4d69-8c55-2f1c74b343e2&wp=476f174a-82df-4611-a3df-e13255d97533

I want to replace & with & in the above URL. My result should be:

http://myserver.com/_layouts/feed.aspx?xsl=4&web=%2F&page=dda3fd10-c776-4d69-8c55-2f1c74b343e2&wp=476f174a-82df-4611-a3df-e13255d97533

Can someone post me the code to get this done?

Thanks

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone