snakecase
Case converter
A package for converting strings to various case formats programmatically.
🐍🐍🐍 A systematic approach to parse strings and automate the conversion to snake_case, UpperCamelCase or any other case.
147 stars
3 watching
9 forks
Language: R
last commit: 10 months ago
Linked from 1 awesome list
camelcasecaseconversionpackagepascalcasersnake-case
Related projects:
Repository | Description | Stars |
---|---|---|
ianstormtaylor/to-snake-case | Converts a string to a snake case format. | 26 |
vandot/casbab | A tool for converting between different cases of compound words or phrases | 29 |
cosmo/stringcase | Converts strings to different case formats and checks their validity | 16 |
ianstormtaylor/to-camel-case | Converts a string to a camel case format. | 35 |
sindresorhus/camelcase | Converts dash/dot/underscore/space separated strings to camelCase or PascalCase. | 683 |
kevinheavey/pyheck | A Python wrapper around a case conversion library in Rust. | 48 |
chanced/caps | A case conversion library for Go. | 54 |
piranga8/summernote-case-converter | An editor plugin that adds a case conversion feature to a WYSIWYG editor | 0 |
ianstormtaylor/to-pascal-case | Converts strings to a specific case format | 3 |
bookshelf/case-converter-plugin | An automatic property naming converter for Bookshelf models | 5 |
codemodus/kace | Provides common case conversion functions for various coding styles. | 20 |
ianstormtaylor/to-space-case | Converts a string to a standardized case format where words are separated by spaces. | 6 |
ianstormtaylor/to-sentence-case | Converts input strings to sentence case while preserving punctuation | 6 |
mtxr/zsh-change-case | Tool to simplify switching between uppercase and lowercase in the command line interface | 8 |
zekth/deno_case_style | Provides functions to validate and format strings according to specific case styles. | 4 |