Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
NSRange match = [anObject rangeOfString:@"IMG_0063"]; int length = match.length; if (length > 0) { NSLog(@"Yes"); } else { NSLog(@"NO"); }
This paste will be private.
From the Design Piracy series on my blog: