CJString 1.0

CJString 1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



  • By
  • Jeremy Chaufourier

NSString+CJString

NSString category divers helpers.

Example usage

Create slug:

NSString *title = @"My title";
NSLog(@"%@", [title toSlug]); // return my-title

Count number occurences in string:

NSString *title = @"My title";
NSLog(@"%i", [title countOccurencesOfString:@"title"]); // return 1

Creators

Jérémy Chaufourier @chaufourier