to-dot-case
Case converter
Converts a string to a standardized case format
Convert a string to a dot case.
5 stars
3 watching
0 forks
Language: JavaScript
last commit: about 4 years ago
Linked from 1 awesome list
casejavascriptutility
Related projects:
Repository | Description | Stars |
---|---|---|
| Converts a string to a standardized case format where words are separated by spaces. | 6 |
| Converts input strings to sentence case while preserving punctuation | 6 |
| Converts strings to a specific case format | 3 |
| Converts a string to a consistent format | 4 |
| Converts a string to a snake case format. | 26 |
| Converts input text to capital case. | 11 |
| Converts a string to title case while preserving punctuation. | 18 |
| Converts a string to a camel case format. | 35 |
| A utility function that removes existing casing from a string | 16 |
| Converts dash/dot/underscore/space separated strings to camelCase or PascalCase. | 684 |
| Converts JavaScript code to Dart, allowing compilation and re-conversion back to JavaScript. | 61 |
| Utility to convert structured text data into plain text strings | 18 |
| Converts strings from dashed or underscored formats to camelCase or PascalCase formats. | 8 |
| Provides common case conversion functions for various coding styles. | 20 |
| Adds toDouble and toFloat methods for converting strings to numeric types in Swift | 10 |