camelcase-to-snakecase

There are 16 repositories under camelcase-to-snakecase topic.

  • humps

    nficano/humps

    Convert strings (and dictionary keys) between snake case, camel case and pascal case in Python. Inspired by Humps for Node

    Language:Python33164433
  • 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.

    Language:Go23651719
  • 08820048/untools

    A simple and user-friendly underscore variable naming tool.

    Language:Rust1809316
  • pearxteam/kasechange

    🐫🐍🍢🅿 Multiplatform Kotlin library to convert strings between various case formats including Camel Case, Snake Case, Pascal Case and Kebab Case

    Language:Kotlin93376
  • OKTAYKIR/EFCoreAuditing

    :package: .NET Standard and Entity Framework Core Audit Log

    Language:C#26509
  • Fleshgrinder/kotlin-case-format

    String extension functions to convert between various case formats (camelCase, dash-case, …)

    Language:Kotlin13182
  • lysnikolaou/snakecamel

    A small utility to camelize (convert to camel-case) or snakeize (convert to snake-case) any object

    Language:Python2000
  • tjrexer/express-camelcase-middleware

    Used to convert api requests to/from camelcase/snakecase depending on your requirements.

    Language:TypeScript1201
  • CHNB128/oh-my-case

    Recursive case to case conversion

    Language:JavaScript0200
  • gsuntres/animalcase-js

    A library to convert payloads and response object from camel case to snake case and vice versa.

    Language:TypeScript0100
  • petrenko-alex/snake-case-variable

    [Архив 2014] Конвертация C++ переменных в snake_case / Convert C++ variables to snake_case

    Language:C++0200
  • beaucronin/basket_case

    Python swiss army knife for translating between case styles - camel, kebab, snake, title, etc.

    Language:Python20
  • edchelstephens/caseform

    Python Mapping Objects keys case transformation. For developers working with python web frameworks and javascript.

    Language:Python10
  • mass-0910/CamelSnake_converter

    Python Converter changing between camelCase and snake_case (and PascalCase).

    Language:Python11
  • needle-project/common

    Library with re-usable common functionalities

    Language:PHP11
  • PierroD/fastapi-query-parameter-model

    Transform your camelCase query parameters into a model using snake_case fields

    Language:Python