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
683 stars
14 watching
95 forks
Language: JavaScript
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
denolib/camelcase | Converts strings from dashed or underscored formats to camelCase or PascalCase formats. | 8 |
sindresorhus/decamelize | Converts camel-cased strings into lowercased ones with a custom separator | 238 |
ianstormtaylor/to-camel-case | Converts a string to a camel case format. | 35 |
cosmo/stringcase | Converts strings to different case formats and checks their validity | 16 |
ianstormtaylor/to-space-case | Converts a string to a standardized case format where words are separated by spaces. | 6 |
jdpedrie/angularjs-camelcase-to-human-filter | Converts camelCase strings to human-readable strings in AngularJS applications | 29 |
sindresorhus/neat-csv | Convenience wrapper around a fast CSV parser | 320 |
ianstormtaylor/to-pascal-case | Converts strings to a specific case format | 3 |
sindresorhus/parse-columns-cli | Transforms text columns from Unix commands into JSON data for manipulation | 66 |
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 |
ianstormtaylor/to-dot-case | Converts a string to a standardized case format | 5 |
ianstormtaylor/to-capital-case | Converts input text to capital case. | 11 |
sindresorhus/cli-truncate | Library to truncate strings to fit terminal widths | 85 |
sindresorhus/strip-indent | Removes redundant indentation from a string by finding the minimum leading whitespace across all lines. | 135 |