camelcase
Case converter
Converts dash/dot/underscore/space separated strings to camelCase or PascalCase.
Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar
684 stars
14 watching
94 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Converts strings from dashed or underscored formats to camelCase or PascalCase formats. | 8 |
| Converts camel-cased strings into lowercased ones with a custom separator | 238 |
| Converts a string to a camel case format. | 35 |
| Converts strings to different case formats and checks their validity | 16 |
| Converts a string to a standardized case format where words are separated by spaces. | 6 |
| Converts camelCase strings to human-readable strings in AngularJS applications | 29 |
| Convenience wrapper around a fast CSV parser | 321 |
| Converts strings to a specific case format | 3 |
| Transforms text columns from Unix commands into JSON data for manipulation | 66 |
| A package for converting strings to various case formats programmatically. | 147 |
| Converts a string to a snake case format. | 26 |
| Converts a string to a standardized case format | 5 |
| Converts input text to capital case. | 11 |
| Library to truncate strings to fit terminal widths | 86 |
| Removes redundant indentation from a string by finding the minimum leading whitespace across all lines. | 136 |