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
8 stars
4 watching
3 forks
Language: TypeScript
last commit: almost 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/camelcase | Converts dash/dot/underscore/space separated strings to camelCase or PascalCase. | 683 |
cosmo/stringcase | Converts strings to different case formats and checks their validity | 16 |
zekth/deno_case_style | Provides functions to validate and format strings according to specific case styles. | 4 |
denolib/ms | Utility for converting time formats to milliseconds | 17 |
ianstormtaylor/to-camel-case | Converts a string to a camel case format. | 35 |
sindresorhus/decamelize | Converts camel-cased strings into lowercased ones with a custom separator | 238 |
denolib/marked | A TypeScript port of a popular markdown parser with type annotations for use in Deno applications. | 9 |
onikuryh/deno-prettystring | A utility module for formatting and trimming strings to improve readability. | 7 |
jdpedrie/angularjs-camelcase-to-human-filter | Converts camelCase strings to human-readable strings in AngularJS applications | 29 |
kennethreitz/tablib | A library that formats tabular datasets from various sources into different output formats | 55 |
theodi/csv2rdf | Converts comma-separated values to RDF data format | 4 |
hashrock/deno-fnparse | A parser combinator for JavaScript to parse CSV files based on RFC4180 standards. | 11 |
chanced/caps | A case conversion library for Go. | 54 |
vandot/casbab | A tool for converting between different cases of compound words or phrases | 29 |
ianstormtaylor/to-space-case | Converts a string to a standardized case format where words are separated by spaces. | 6 |