Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code
This branch is 8 commits ahead, 2 commits behind tomafro:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

Readme.markdown

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

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.