NSString-HYPContainsString 0.1

NSString-HYPContainsString 0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Feb 2015

Maintained by Elvis Nuñez.



API similar to containsString found in iOS 8, compatible with iOS 7.

NSString *nobelPrizeSpeech = @"bork bork bork!";

if ([nobelPrizeSpeech hyp_containsString:@"bork!"]) {
    NSLog(@"herdy dur mur flerpty floopin");
}

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Credits

Hyper made this. We're a digital communications agency with a passion for good code, and if you're using this library we probably want to hire you.

License

NSString-HYPFormula is available under the MIT license. See the LICENSE file for more info.