Skip to content

Instantly share code, notes, and snippets.

@nataliepo
Created July 2, 2013 14:28
Show Gist options
  • Select an option

  • Save nataliepo/5909756 to your computer and use it in GitHub Desktop.

Select an option

Save nataliepo/5909756 to your computer and use it in GitHub Desktop.
NSRange range = [myString rangeOfString:@"foop"];
if (range.location == NSNotFound) {
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment