to-snake-case

Case converter

Converts a string to a snake case format.

Convert a string to a snake case.

GitHub

26 stars
3 watching
2 forks
Language: JavaScript
last commit: about 8 years ago
Linked from 1 awesome list

caseutility

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
ianstormtaylor/to-camel-caseConverts a string to a camel case format.35
ianstormtaylor/to-sentence-caseConverts input strings to sentence case while preserving punctuation6
ianstormtaylor/to-pascal-caseConverts strings to a specific case format3
ianstormtaylor/to-dot-caseConverts a string to a standardized case format5
ianstormtaylor/to-space-caseConverts a string to a standardized case format where words are separated by spaces.6
ianstormtaylor/to-constant-caseConverts a string to a consistent format4
ianstormtaylor/to-title-caseConverts a string to title case while preserving punctuation.18
ianstormtaylor/to-capital-caseConverts input text to capital case.11
tazinho/snakecaseA package for converting strings to various case formats programmatically.147
ianstormtaylor/to-no-caseA utility function that removes existing casing from a string16
cosmo/stringcaseConverts strings to different case formats and checks their validity16
sindresorhus/camelcaseConverts dash/dot/underscore/space separated strings to camelCase or PascalCase.684
jdpedrie/angularjs-camelcase-to-human-filterConverts camelCase strings to human-readable strings in AngularJS applications29
vojtajina/js2dartConverts JavaScript code to Dart, allowing compilation and re-conversion back to JavaScript.61
sindresorhus/decamelizeConverts camel-cased strings into lowercased ones with a custom separator238