ActiveSupportInflector 0.0.1

ActiveSupportInflector 0.0.1

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

Maintained by Unclaimed.



  • By
  • Tom Ward

ActiveSupport Inflector

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.