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: about 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Converts dash/dot/underscore/space separated strings to camelCase or PascalCase. | 684 |
| Converts strings to different case formats and checks their validity | 16 |
| Provides functions to validate and format strings according to specific case styles. | 4 |
| Utility for converting time formats to milliseconds | 17 |
| Converts a string to a camel case format. | 35 |
| Converts camel-cased strings into lowercased ones with a custom separator | 238 |
| A TypeScript port of a popular markdown parser with type annotations for use in Deno applications. | 9 |
| A utility module for formatting and trimming strings to improve readability. | 7 |
| Converts camelCase strings to human-readable strings in AngularJS applications | 29 |
| A library that formats tabular datasets from various sources into different output formats | 57 |
| Converts comma-separated values to RDF data format | 4 |
| A parser combinator library for Deno that provides a simple way to parse CSV data. | 11 |
| A case conversion library for Go. | 54 |
| A tool for converting between different cases of compound words or phrases | 29 |
| Converts a string to a standardized case format where words are separated by spaces. | 6 |