https://github.com/zenangst/Inflection
The Optimus Prime of string inflection
https://github.com/zenangst/Inflection
Last synced: 22 days ago
JSON representation
The Optimus Prime of string inflection
- Host: GitHub
- URL: https://github.com/zenangst/Inflection
- Owner: zenangst
- License: other
- Created: 2015-03-02T07:21:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-26T06:09:38.000Z (over 8 years ago)
- Last Synced: 2025-03-26T14:37:34.752Z (24 days ago)
- Language: Swift
- Homepage:
- Size: 476 KB
- Stars: 22
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-swift-cn - Inflection - The Optimus Prime of string inflection. (Libs / Utility)
README

The Optimus Prime of string inflection
```swift
let swiftString = "created_at".swiftCase()
let rubyString = "createdAt".rubyCase()```
## Contribute
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create pull request