to-constant-case
Case converter
Converts a string to a consistent format
Convert a string to a constant case.
4 stars
3 watching
3 forks
Language: JavaScript
last commit: almost 9 years ago
Linked from 1 awesome list
caseutility
Related projects:
Repository | Description | Stars |
---|---|---|
ianstormtaylor/to-dot-case | Converts a string to a standardized case format | 5 |
ianstormtaylor/to-pascal-case | Converts strings to a specific case format | 3 |
ianstormtaylor/to-sentence-case | Converts input strings to sentence case while preserving punctuation | 6 |
ianstormtaylor/to-space-case | Converts a string to a standardized case format where words are separated by spaces. | 6 |
ianstormtaylor/to-camel-case | Converts a string to a camel case format. | 35 |
ianstormtaylor/to-snake-case | Converts a string to a snake case format. | 26 |
ianstormtaylor/to-capital-case | Converts input text to capital case. | 11 |
ianstormtaylor/to-title-case | Converts a string to title case while preserving punctuation. | 18 |
ianstormtaylor/to-no-case | A utility function that removes existing casing from a string | 17 |
sindresorhus/camelcase | Converts dash/dot/underscore/space separated strings to camelCase or PascalCase. | 683 |
codemodus/kace | Provides common case conversion functions for various coding styles. | 20 |
jdpedrie/angularjs-camelcase-to-human-filter | Converts camelCase strings to human-readable strings in AngularJS applications | 29 |
thlorenz/es6ify | Transforms modern JavaScript code into older JavaScript syntax on the fly | 594 |
moodlezoup/sol2string | A Solidity library to convert large integers to strings efficiently | 23 |
vojtajina/js2dart | Converts JavaScript code to Dart, allowing compilation and re-conversion back to JavaScript. | 61 |