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

GitHub

684 stars
14 watching
94 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
denolib/camelcaseConverts strings from dashed or underscored formats to camelCase or PascalCase formats.8
sindresorhus/decamelizeConverts camel-cased strings into lowercased ones with a custom separator238
ianstormtaylor/to-camel-caseConverts a string to a camel case format.35
cosmo/stringcaseConverts strings to different case formats and checks their validity16
ianstormtaylor/to-space-caseConverts a string to a standardized case format where words are separated by spaces.6
jdpedrie/angularjs-camelcase-to-human-filterConverts camelCase strings to human-readable strings in AngularJS applications29
sindresorhus/neat-csvConvenience wrapper around a fast CSV parser321
ianstormtaylor/to-pascal-caseConverts strings to a specific case format3
sindresorhus/parse-columns-cliTransforms text columns from Unix commands into JSON data for manipulation66
tazinho/snakecaseA package for converting strings to various case formats programmatically.147
ianstormtaylor/to-snake-caseConverts a string to a snake case format.26
ianstormtaylor/to-dot-caseConverts a string to a standardized case format5
ianstormtaylor/to-capital-caseConverts input text to capital case.11
sindresorhus/cli-truncateLibrary to truncate strings to fit terminal widths86
sindresorhus/strip-indentRemoves redundant indentation from a string by finding the minimum leading whitespace across all lines.136