change-case-all

All change-case methods bundled in a single module

Usage no npm install needed!

<script type="module">
  import changeCaseAll from 'https://cdn.skypack.dev/change-case-all';
</script>

README

change-case-all

npm npm npm

Combined version of all change-case methods, so you do not need to install them separately. Tree shaking should still work if you use a module bundler.

Usage

npm install --save change-case-all
import { camelCase, upperCase, ... } from 'change-case-all';

Documentation

https://github.com/blakeembrey/change-case

Links

Methods

Core

  • camelCase
  • capitalCase
  • constantCase
  • dotCase
  • headerCase
  • noCase
  • paramCase
  • pascalCase
  • pathCase
  • sentenceCase
  • snakeCase

Extended

  • lowerCase
  • localeLowerCase
  • lowerCaseFirst
  • spongeCase
  • swapCase
  • titleCase
  • upperCase
  • localeUpperCase
  • upperCaseFirst
  • isUpperCase
  • isLowerCase