camelcase-to-snakecase
There are 16 repositories under camelcase-to-snakecase topic.
nficano/humps
Convert strings (and dictionary keys) between snake case, camel case and pascal case in Python. Inspired by Humps for Node
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.
08820048/untools
A simple and user-friendly underscore variable naming tool.
pearxteam/kasechange
🐫🐍🍢🅿 Multiplatform Kotlin library to convert strings between various case formats including Camel Case, Snake Case, Pascal Case and Kebab Case
OKTAYKIR/EFCoreAuditing
:package: .NET Standard and Entity Framework Core Audit Log
Fleshgrinder/kotlin-case-format
String extension functions to convert between various case formats (camelCase, dash-case, …)
lysnikolaou/snakecamel
A small utility to camelize (convert to camel-case) or snakeize (convert to snake-case) any object
tjrexer/express-camelcase-middleware
Used to convert api requests to/from camelcase/snakecase depending on your requirements.
CHNB128/oh-my-case
Recursive case to case conversion
gsuntres/animalcase-js
A library to convert payloads and response object from camel case to snake case and vice versa.
petrenko-alex/snake-case-variable
[Архив 2014] Конвертация C++ переменных в snake_case / Convert C++ variables to snake_case
beaucronin/basket_case
Python swiss army knife for translating between case styles - camel, kebab, snake, title, etc.
edchelstephens/caseform
Python Mapping Objects keys case transformation. For developers working with python web frameworks and javascript.
mass-0910/CamelSnake_converter
Python Converter changing between camelCase and snake_case (and PascalCase).
needle-project/common
Library with re-usable common functionalities
PierroD/fastapi-query-parameter-model
Transform your camelCase query parameters into a model using snake_case fields