swap-case

v1.0.0
Swap the case of a string
swap case reverse switch

Swap Case

Transform a string by swapping every character from upper to lower case, or lower to upper case.

Installation

npm install swap-case --save

Usage

import { swapCase } from "swap-case";

swapCase("string"); //=> "STRING"
swapCase("dot.case"); //=> "DOT.CASE"
swapCase("PascalCase"); //=> "pASCALcASE"

TypeScript and ESM

This package is a pure ESM package and ships with TypeScript definitions. It cannot be require'd or used with CommonJS module resolution in TypeScript.

License

MIT

Metadata

  • MIT
  • Whatever
  • Blake Embrey
  • released 8/17/2014

Downloads

Maintainers