camelcase

String converter

Converts strings from dashed or underscored formats to camelCase or PascalCase formats.

Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar

GitHub

8 stars
4 watching
3 forks
Language: TypeScript
last commit: over 7 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
sindresorhus/camelcaseConverts dash/dot/underscore/space separated strings to camelCase or PascalCase.684
cosmo/stringcaseConverts strings to different case formats and checks their validity16
zekth/deno_case_styleProvides functions to validate and format strings according to specific case styles.4
denolib/msUtility for converting time formats to milliseconds17
ianstormtaylor/to-camel-caseConverts a string to a camel case format.35
sindresorhus/decamelizeConverts camel-cased strings into lowercased ones with a custom separator238
denolib/markedA TypeScript port of a popular markdown parser with type annotations for use in Deno applications.9
onikuryh/deno-prettystringA utility module for formatting and trimming strings to improve readability.7
jdpedrie/angularjs-camelcase-to-human-filterConverts camelCase strings to human-readable strings in AngularJS applications29
kennethreitz/tablibA library that formats tabular datasets from various sources into different output formats57
theodi/csv2rdfConverts comma-separated values to RDF data format4
hashrock/deno-fnparseA parser combinator library for Deno that provides a simple way to parse CSV data.11
chanced/capsA case conversion library for Go.54
vandot/casbabA tool for converting between different cases of compound words or phrases29
ianstormtaylor/to-space-caseConverts a string to a standardized case format where words are separated by spaces.6