to-space-case
Case converter
Converts a string to a standardized case format where words are separated by spaces.
Convert a string to a space case.
6 stars
3 watching
3 forks
Language: JavaScript
last commit: almost 9 years ago
Linked from 1 awesome list
casejavascriptutility
Related projects:
Repository | Description | Stars |
---|---|---|
ianstormtaylor/to-sentence-case | Converts input strings to sentence case while preserving punctuation | 6 |
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-constant-case | Converts a string to a consistent format | 4 |
ianstormtaylor/to-camel-case | Converts a string to a camel case format. | 35 |
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-snake-case | Converts a string to a snake case format. | 26 |
sindresorhus/camelcase | Converts dash/dot/underscore/space separated strings to camelCase or PascalCase. | 683 |
ianstormtaylor/to-no-case | A utility function that removes existing casing from a string | 17 |
cosmo/stringcase | Converts strings to different case formats and checks their validity | 16 |
johmsalas/text-case.nvim | A Neovim plugin for converting text case and performing bulk replacements | 455 |
denolib/camelcase | Converts strings from dashed or underscored formats to camelCase or PascalCase formats. | 8 |
piranga8/summernote-case-converter | An editor plugin that adds a case conversion feature to a WYSIWYG editor | 0 |
suyesh/ocr_space | An API wrapper for a service that converts images to text | 70 |