to-dot-case

Case converter

Converts a string to a standardized case format

Convert a string to a dot case.

GitHub

5 stars
3 watching
0 forks
Language: JavaScript
last commit: over 5 years ago
Linked from 1 awesome list

casejavascriptutility

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
ianstormtaylor/to-space-caseConverts a string to a standardized case format where words are separated by spaces.6
ianstormtaylor/to-sentence-caseConverts input strings to sentence case while preserving punctuation6
ianstormtaylor/to-pascal-caseConverts strings to a specific case format3
ianstormtaylor/to-constant-caseConverts a string to a consistent format4
ianstormtaylor/to-snake-caseConverts a string to a snake case format.26
ianstormtaylor/to-capital-caseConverts input text to capital case.11
ianstormtaylor/to-title-caseConverts a string to title case while preserving punctuation.18
ianstormtaylor/to-camel-caseConverts a string to a camel case format.35
ianstormtaylor/to-no-caseA utility function that removes existing casing from a string16
sindresorhus/camelcaseConverts dash/dot/underscore/space separated strings to camelCase or PascalCase.684
vojtajina/js2dartConverts JavaScript code to Dart, allowing compilation and re-conversion back to JavaScript.61
syntax-tree/nlcst-to-stringUtility to convert structured text data into plain text strings18
denolib/camelcaseConverts strings from dashed or underscored formats to camelCase or PascalCase formats.8
codemodus/kaceProvides common case conversion functions for various coding styles.20
mamesoft/tonumberAdds toDouble and toFloat methods for converting strings to numeric types in Swift10