alternating-case
v1.0.0
Published
aLtErNaTiNg cAsE Is tHiS!
Downloads
3
Maintainers
Readme
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!