Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

tomafro/ActiveSupportInflector

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published