kebabcase
There are 22 repositories under kebabcase topic.
J0rgeSerran0/JsonNamingPolicy
Naming policies for System.Text.Json
jonschlinkert/detect-case
Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).
SzymonHalucha/Minerals.StringCases
Optimized NuGet package with minimum memory allocation designed to help you convert strings to name cases such as Pascal, Camel, Kebab, Snake, Macro, Train and Title
drkameleon/recase.art
Unicode-friendly string case converter
zekth/deno_case_style
A string validator and formater for case Style
zharinov-nikita/case-to-case
Edit and define case strings
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.
ottorinobruni/TextCase
The TextCase library for .NET helps changing the cases of existing texts.
chubrik/Json
⛔️ [DEPRECATED] Provides snake_case & kebab-case property name serialization. Tiny and high-performance .NET library based on System.Text.Json.
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.
stdlib-js/assert-is-kebabcase
Test if a value is a string in kebab case
tahakocabuga/caser.js
A lightweight library which lets you convert string cases.
jupier/lekebab
Le Kebab
ldez/samples-go-libs-string-cases
Comparison of Word Cases Manipulations Libraries
nikitaksv/strcase
Package strcase converts strings or runes to various cases
parithiban/stringcases
Golang string package to convert to various string cases
rr69sport/string-modifier
Convert string to differents notations
stagas/kebab-to-camel
convert kebab-case to camelCase
jerridan/convert-keys-js
Convert key casing in nested JS objects and arrays
twihike/go-strcase
🐫 A string case converter between camel case, snake case and kebab case
wessberg/stringutil
A collection of helper functions for working with strings that I frequently use