StringCase
String converter
Converts strings to different case formats and checks their validity
👇👆🐍 Converts String to lowerCamelCase, UpperCamelCase and snake_case. Tested and written in Swift.
16 stars
4 watching
1 forks
Language: Swift
last commit: over 3 years ago hacktoberfest
Related projects:
Repository | Description | Stars |
---|---|---|
cosmo/grammaticalnumber | A Swift library to convert words between singular and plural forms, with options to add count and define custom rules for uncountable nouns. | 35 |
sindresorhus/camelcase | Converts dash/dot/underscore/space separated strings to camelCase or PascalCase. | 683 |
denolib/camelcase | Converts strings from dashed or underscored formats to camelCase or PascalCase formats. | 8 |
tazinho/snakecase | A package for converting strings to various case formats programmatically. | 147 |
ianstormtaylor/to-snake-case | Converts a string to a snake case format. | 26 |
gobeam/stringy | A Go package providing string manipulation functionalities such as camel case, snake case, kebab case conversion and others. | 233 |
cosmo/iso8859 | A Swift library for encoding and decoding text using the ISO8859 standard | 18 |
ianstormtaylor/to-camel-case | Converts a string to a camel case format. | 35 |
chanced/caps | A case conversion library for Go. | 54 |
jdpedrie/angularjs-camelcase-to-human-filter | Converts camelCase strings to human-readable strings in AngularJS applications | 29 |
ianstormtaylor/to-space-case | Converts a string to a standardized case format where words are separated by spaces. | 6 |
cosmo/clippy | A macOS application re-creating the infamous Clippy character from Microsoft Office using SpriteKit and Swift. | 745 |
codemodus/kace | Provides common case conversion functions for various coding styles. | 20 |
malomohq/accent | Converts JSON keys to different cases in HTTP requests and responses | 42 |
ianstormtaylor/to-sentence-case | Converts input strings to sentence case while preserving punctuation | 6 |