GitShow/sindresorhus/decamelize
sindresorhus

decamelize

Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow

by sindresorhus
Star on GitHubForknpm

JavaScript

244 stars29 forks15 contributorsActive · 1mo agoSince 2015v6.0.1MIT

Meet the team

See all 15 on GitHub →
sindresorhus
sindresorhus39 contributions
coreyfarrell
coreyfarrell4 contributions
SamVerschueren
SamVerschueren3 contributions
BendingBender
BendingBender2 contributions
adrianjarc
adrianjarc1 contribution
fc
fc1 contribution
daytonlowell
daytonlowell1 contribution
dsblv
dsblv1 contribution

Languages

View on GitHub →
JavaScript96.9%
TypeScript3.1%

Commit activity

Last 12 weeks · 1 commit

Full graph →

Community health

4 of 6 standards met

Community profile →
85
✓README✓License✓Contributing✓Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Active · 1 in progress · Last activity 1mo ago
See all on GitHub →
KIRA-L001
Add separateDigits option to decamelizeOpenPR

Add a option that inserts the separator between letter/digit boundaries (e.g. -> ). Off by default, so existing behaviour is unchanged. Includes TypeScript definitions and tests.

KIRA-L001 · 6d ago

Recent fixes

View closed PRs →
daytonlowell
Remove Safari support note from READMEMergedPR

This is fixed per the WebKit bug tracker: https://bugs.webkit.org/show_bug.cgi?id=174931 caniuse.com claims it was released in 2023 with Safari 16.4

daytonlowell · 5mo ago
fc
volume3D incorrectly decamelizes volume_3dClosedIssue

How to reproduce the issue:

fc · 6mo ago
ntnyq
Decamelize result did not match the inverse of camelcase resultClosedIssue

Reproduction:

ntnyq · 6mo ago
Structured data for AI agents

Repository: sindresorhus/decamelize. Description: Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow Stars: 244, Forks: 29. Primary language: JavaScript. Languages: JavaScript (96.9%), TypeScript (3.1%). License: MIT. Latest release: v6.0.1 (1y ago). Open PRs: 1, open issues: 0. Last activity: 1mo ago. Community health: 85%. Top contributors: sindresorhus, coreyfarrell, SamVerschueren, BendingBender, adrianjarc, fc, daytonlowell, dsblv, johansteffner, LitoMore and others.

·@ofershap

Replace github.com with gitshow.dev