alternating-case

1.0.0 • Public • Published

Alternating Case

This is a simple Node.js package that allows you to create strings that alternate in case.

Usage:

const altCase = require("alternating-case");

altCase("hello"); // "HeLlO"
altcase("The quick, brown fox jumps over the lazy dog."); // "ThE QuIcK, bRoWn fOx jUmPs oVeR ThE LaZy dOg."

Have fun!

Package Sidebar

Install

npm i alternating-case

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • haykam821