camel-case
There are 65 repositories under camel-case topic.
blakeembrey/change-case
Convert strings between camelCase, PascalCase, Capital Case, snake_case and more
chaoren/vim-wordmotion
More useful word motions for Vim
clj-commons/camel-snake-kebab
A Clojure[Script] library for word case conversions
gobeam/stringy
Convert string to camel case, snake case, kebab case / slugify, custom delimiter, pad string, tease string and many other functionalities with help of by Stringy package.
jawira/case-converter
Convert strings between 13 naming conventions: Snake case, Camel case, Kebab case, Pascal case, Ada case, Train case, Cobol case, Macro case, Upper case, Lower case, Title case, Sentence case and Dot notation.
stoewer/go-strcase
Convert snake case, camel case and kebap case strings
mesqueeb/case-anything
camelCase, kebab-case, PascalCase... a simple integration with nano package size. (SMALL footprint!)
jonschlinkert/pascalcase
Convert a string to pascal case (upper camel case). Used by more than 8.7 million projects on GitHub! Please follow this library's author: https://github.com/jonschlinkert
sanders41/camel-converter
Converts a string from snake case to camel case or camel case to snake case
kbrabrand/camelize-ts
A typescript typed camelCase function that recursively camel cases a snake cased object structure
mattbertolini/spring-annotated-web-data-binder
Bind query params, form data, headers, cookies, session data, and more to a Java bean in Spring MVC and Spring WebFlux
jonschlinkert/detect-case
Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).
DivineOmega/php-camel-caser
🐪💼 PHP Camel Caser - Lets you use built-in PHP functions in camel case
madonoharu/literal-case
A TypeScript library for word case conversions, using Template Literal Types(TS >= 4.1).
pascaldekloe/name
naming convention library for CamelCase, snake_case and friends
dc0d/caseconv
snake, kebab, camel, pascal case conversion
EthanML/key_tools_ex
Simple functions for coercing Elixir Maps: atomizing, snake_casing, etc.
adrenalinkin/doctrine-naming-strategy
Doctrine Camel Case naming strategy
idimetrix/text-case
Convert text between `camelCase`, `PascalCase`, `Capital Case`, `Header-Case`, `Title Case`, `path/case`, `snake_case`, `param-case`, `dot.case`, `CONSTANT_CASE`, `lower case`, `lOWER CASE FIRST`, `UPPER CASE`, `Upper case first` and other
TaronVardanyan/react-str-convert
A simple npm package to convert strings to different cases such as camelCase and snake_case.
tekintian/strutils
go语言里面高效,符合使用习惯的字符串相关的实用工具函数 The effective, idiomatic golang utils for go string
idimetrix/vue-case
A collection of Vue.js case filters: `camelCase`, `PascalCase`, `Capital Case`, `Header-Case`, `Title Case`, `path/case`, `snake_case`, `param-case`, `dot.case`, `CONSTANT_CASE`, `lower case`, `lOWER CASE FIRST`, `UPPER CASE`, `Upper case first` and other
askerka/any_case
Snake/Camel case converter with Django and Djnago REST framework integration
goloop/scs
The scs (String Case Style) module implements methods for converting string case to various case styles: camelCase, kebab-case, PascalCase and snake_case.
Kolyunya/string-processor
PHP string processing library.
oskar11120/MessagePackCsharp.CamelCase
Camel case support for MessagePack.
RaresAil/prisma-mapper
Empower Your Prisma Schema with Camel Case and Customized Mapping! The CLI adds @map @@map, @updatedAt and more!!
ruslan-savina/spelling
Asynchronous spelling checker for Neovim. Supports: camelCase, PascalCase, snake_case, kebab-case
startdusk/strnaming
Package strnaming is used to convert string naming to camelCase, snake_case, kebab-case.
veggiemonk/strcase
Camel case, snake case, kebab case and pascal case implementation with benchmarks
filipemir/typescript-case-convert
Convert between camelCase, snake_case, and PascalCase while preserving type information
jozo/djangorestframework-camel-case2
Camel case JSON support for Django REST framework
sametkoyuncu/case-town
Convert space separated string to diffrent cases (camel case, pascal case, etc.).
stagas/kebab-to-camel
convert kebab-case to camelCase
stakx/CamelCaser
A .NET micro-library for converting "PascalCase" names to "camelCase".