Skip to content

Instantly share code, notes, and snippets.

@soffes
Created April 17, 2009 16:44
Show Gist options
  • Save soffes/97122 to your computer and use it in GitHub Desktop.
Save soffes/97122 to your computer and use it in GitHub Desktop.
NSString *foo = @"hello world";
NSString *google = [NSString stringWithFormat:@"http://google.com/?q=%@", [foo stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]];
// google = http://google.com/?q=hello%20world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment