johnezang / ActiveSupportInflector

An Objective-C implementation of ActiveSupport's Inflector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An Objective-C implementation of ActiveSupport's Inflector


Languages

Language:Objective-C 100.0%