TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
Easily pluralize and singularize strings in Objective-C.
Simply import NSString+ActiveSupportInflector.h
. This adds the following methods to NSString:
- (NSString *)pluralizeString;
- (NSString *)singularizeString;
Easy as that.